From 46e045034336a2cc90c1798cd7cc07af744ddfd6 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 19 Apr 2000 04:00:00 +0000 Subject: Merge with Linux 2.3.99-pre4. --- fs/ext2/super.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'fs/ext2/super.c') diff --git a/fs/ext2/super.c b/fs/ext2/super.c index a68289d71..aa6a599fc 100644 --- a/fs/ext2/super.c +++ b/fs/ext2/super.c @@ -197,6 +197,8 @@ static int parse_options (char * options, unsigned long * sb_block, set_opt (*mount_options, GRPID); else if (!strcmp (this_char, "minixdf")) set_opt (*mount_options, MINIX_DF); + else if (!strcmp (this_char, "nocheck")) + clear_opt (*mount_options, CHECK); else if (!strcmp (this_char, "nogrpid") || !strcmp (this_char, "sysvgroups")) clear_opt (*mount_options, GRPID); @@ -300,13 +302,6 @@ static void ext2_setup_super (struct super_block * sb, } #endif } -#if 0 /* ibasket's still have unresolved bugs... -DaveM */ - - /* [T. Schoebel-Theuer] This limit should be maintained on disk. - * This is just provisionary. - */ - sb->s_ibasket_max = 100; -#endif } static int ext2_check_descriptors (struct super_block * sb) -- cgit v1.2.3