patch-2.4.0-prerelease linux/include/linux/ext2_fs_sb.h
Next file: linux/include/linux/fs.h
Previous file: linux/include/linux/ext2_fs.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Fri Dec 29 14:36:44 2000
- Orig file:
v2.4.0-test12/linux/include/linux/ext2_fs_sb.h
- Orig date:
Sun Oct 8 10:50:37 2000
diff -u --recursive --new-file v2.4.0-test12/linux/include/linux/ext2_fs_sb.h linux/include/linux/ext2_fs_sb.h
@@ -35,7 +35,7 @@
unsigned long s_blocks_per_group;/* Number of blocks in a group */
unsigned long s_inodes_per_group;/* Number of inodes in a group */
unsigned long s_itb_per_group; /* Number of inode table blocks per group */
- unsigned long s_db_per_group; /* Number of descriptor blocks per group */
+ unsigned long s_gdb_count; /* Number of group descriptor blocks */
unsigned long s_desc_per_block; /* Number of group descriptors per block */
unsigned long s_groups_count; /* Number of groups in the fs */
struct buffer_head * s_sbh; /* Buffer containing the super block */
@@ -56,9 +56,6 @@
int s_desc_per_block_bits;
int s_inode_size;
int s_first_ino;
- int s_feature_compat;
- int s_feature_incompat;
- int s_feature_ro_compat;
};
#endif /* _LINUX_EXT2_FS_SB */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)