Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/util-linux/volume_id/unused_lsi_raid.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 22  Line 22 
22    
23  struct lsi_meta {  struct lsi_meta {
24   uint8_t sig[6];   uint8_t sig[6];
25  } __attribute__((packed));  } PACKED;
26    
27  #define LSI_SIGNATURE "$XIDE$"  #define LSI_SIGNATURE "$XIDE$"
28    
29  int volume_id_probe_lsi_mega_raid(struct volume_id *id, uint64_t off, uint64_t size)  int FAST_FUNC volume_id_probe_lsi_mega_raid(struct volume_id *id, uint64_t off, uint64_t size)
30  {  {
31   uint64_t meta_off;   uint64_t meta_off;
32   struct lsi_meta *lsi;   struct lsi_meta *lsi;

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