File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1592,7 +1592,7 @@ static int nfs_parse_mount_options(char *raw,
1592
1592
dfprintk (MOUNT , "NFS: invalid "
1593
1593
"lookupcache argument\n" );
1594
1594
return 0 ;
1595
- };
1595
+ }
1596
1596
break ;
1597
1597
case Opt_fscache_uniq :
1598
1598
if (nfs_get_option_str (args , & mnt -> fscache_uniq ))
@@ -1625,7 +1625,7 @@ static int nfs_parse_mount_options(char *raw,
1625
1625
dfprintk (MOUNT , "NFS: invalid "
1626
1626
"local_lock argument\n" );
1627
1627
return 0 ;
1628
- };
1628
+ }
1629
1629
break ;
1630
1630
1631
1631
/*
@@ -2585,7 +2585,7 @@ static void nfs_get_cache_cookie(struct super_block *sb,
2585
2585
if (mnt_s -> fscache_key ) {
2586
2586
uniq = mnt_s -> fscache_key -> key .uniquifier ;
2587
2587
ulen = mnt_s -> fscache_key -> key .uniq_len ;
2588
- };
2588
+ }
2589
2589
} else
2590
2590
return ;
2591
2591
You can’t perform that action at this time.
0 commit comments