Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/kinit/fstype/reiserfs_fs.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 __REISERFS_FS_H
2    #define __REISERFS_FS_H
3    
4  struct journal_params {  struct journal_params {
5   __u32 jp_journal_1st_block; /* where does journal start from on its   __u32 jp_journal_1st_block; /* where does journal start from on its
6   * device */   * device */
# Line 67  struct reiserfs_super_block { Line 70  struct reiserfs_super_block {
70          __le32_to_cpu((SB_V1_DISK_SUPER_BLOCK(s)->s_block_count))          __le32_to_cpu((SB_V1_DISK_SUPER_BLOCK(s)->s_block_count))
71  #define REISERFS_MAGIC(s) \  #define REISERFS_MAGIC(s) \
72          (SB_V1_DISK_SUPER_BLOCK(s)->s_magic)          (SB_V1_DISK_SUPER_BLOCK(s)->s_magic)
73    
74    #endif /* __REISERFS_FS_H */

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