AG -- May the source be with you. http://www.cis.ksu.edu/~gud
Remove dead code. Unless used for padding (which doesn't seem so), no users of s_dir_count. Signed-off-by: Amit Gud <gud@xxxxxxx> --- ext2_fs_sb.h.copy 2007-03-25 20:36:45.000000000 -0500 +++ ext2_fs_sb.h 2007-03-25 20:37:55.000000000 -0500 @@ -47,7 +47,6 @@ struct ext2_sb_info { int s_first_ino; spinlock_t s_next_gen_lock; u32 s_next_generation; - unsigned long s_dir_count; u8 *s_debts; struct percpu_counter s_freeblocks_counter; struct percpu_counter s_freeinodes_counter;