@@ -431,7 +431,7 @@ static unsigned long get_sb_block(void **data)
431
431
enum {
432
432
Opt_bsd_df , Opt_minix_df , Opt_grpid , Opt_nogrpid ,
433
433
Opt_resgid , Opt_resuid , Opt_sb , Opt_err_cont , Opt_err_panic ,
434
- Opt_err_ro , Opt_nouid32 , Opt_nocheck , Opt_debug ,
434
+ Opt_err_ro , Opt_nouid32 , Opt_debug ,
435
435
Opt_oldalloc , Opt_orlov , Opt_nobh , Opt_user_xattr , Opt_nouser_xattr ,
436
436
Opt_acl , Opt_noacl , Opt_xip , Opt_dax , Opt_ignore , Opt_err , Opt_quota ,
437
437
Opt_usrquota , Opt_grpquota , Opt_reservation , Opt_noreservation
@@ -451,8 +451,6 @@ static const match_table_t tokens = {
451
451
{Opt_err_panic , "errors=panic" },
452
452
{Opt_err_ro , "errors=remount-ro" },
453
453
{Opt_nouid32 , "nouid32" },
454
- {Opt_nocheck , "check=none" },
455
- {Opt_nocheck , "nocheck" },
456
454
{Opt_debug , "debug" },
457
455
{Opt_oldalloc , "oldalloc" },
458
456
{Opt_orlov , "orlov" },
@@ -546,12 +544,6 @@ static int parse_options(char *options, struct super_block *sb,
546
544
case Opt_nouid32 :
547
545
set_opt (opts -> s_mount_opt , NO_UID32 );
548
546
break ;
549
- case Opt_nocheck :
550
- ext2_msg (sb , KERN_WARNING ,
551
- "Option nocheck/check=none is deprecated and"
552
- " will be removed in June 2020." );
553
- clear_opt (opts -> s_mount_opt , CHECK );
554
- break ;
555
547
case Opt_debug :
556
548
set_opt (opts -> s_mount_opt , DEBUG );
557
549
break ;
0 commit comments