Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/util-linux/volume_id/luks.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 80  struct BUG_bad_size_luks_phdr { Line 80  struct BUG_bad_size_luks_phdr {
80   1 : -1];   1 : -1];
81  };  };
82    
83  int volume_id_probe_luks(struct volume_id *id, uint64_t off)  int FAST_FUNC volume_id_probe_luks(struct volume_id *id /*,uint64_t off*/)
84  {  {
85    #define off ((uint64_t)0)
86   struct luks_phdr *header;   struct luks_phdr *header;
87    
88   header = volume_id_get_buffer(id, off, sizeof(*header));   header = volume_id_get_buffer(id, off, sizeof(*header));

Legend:
Removed from v.983  
changed lines
  Added in v.984