2001-01-12 Theodore Ts'o <tytso@valinux.com>
- * debugfs.h, debugfs.c (do_show_super_stats): Use full words
+ * setsuper.c: Cleaned up some random whitespace problems.
+
+ * debugfs.h, debugfs.c (do_show_super_stats): Use full words
instead of pluralism hack to make I18N conversion easier.
Clean up gcc -Wall complaints.
{ "def_resuid", &set_sb.s_def_resuid, 2, parse_uint },
{ "def_resgid", &set_sb.s_def_resgid, 2, parse_uint },
{ "first_ino", &set_sb.s_first_ino, 4, parse_uint },
- { "inode_size", &set_sb. s_inode_size, 2, parse_uint },
+ { "inode_size", &set_sb.s_inode_size, 2, parse_uint },
{ "block_group_nr", &set_sb.s_block_group_nr, 2, parse_uint },
{ "feature_compat", &set_sb.s_feature_compat, 4, parse_uint },
{ "feature_incompat", &set_sb.s_feature_incompat, 4, parse_uint },
ext2fs_mark_super_dirty(current_fs);
}
}
-
-
-
-
#define HOLE_BLKADDR(_b) ((_b) == 0 || (_b) == EXT2FS_COMPRESSED_BLKADDR)
/*
- * Features supprted by this version of the library
+ * Features supported by this version of the library
*/
#define EXT2_LIB_FEATURE_COMPAT_SUPP (EXT2_FEATURE_COMPAT_DIR_PREALLOC|\
EXT2_FEATURE_COMPAT_IMAGIC_INODES|\