Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/kinit/fstype/xfs_sb.h

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

revision 814 by niro, Sat Sep 1 22:45:15 2007 UTC revision 815 by niro, Fri Apr 24 18:32:46 2009 UTC
# Line 1  Line 1 
1    #ifndef __XFS_SB_H
2    #define __XFS_SB_H
3    
4  /*  /*
5   * Super block   * Super block
6   * Fits into a sector-sized buffer at address 0 of each allocation group.   * Fits into a sector-sized buffer at address 0 of each allocation group.
# Line 14  typedef struct xfs_sb { Line 17  typedef struct xfs_sb {
17   __u32 sb_blocksize; /* logical block size, bytes */   __u32 sb_blocksize; /* logical block size, bytes */
18   __u64 sb_dblocks; /* number of data blocks */   __u64 sb_dblocks; /* number of data blocks */
19  } xfs_sb_t;  } xfs_sb_t;
20    
21    #endif /* __XFS_SB_H */

Legend:
Removed from v.814  
changed lines
  Added in v.815