Skip to content

Commit

Permalink
udf: fix novrs mount option
Browse files Browse the repository at this point in the history
The novrs mount option was broken due to a missing break.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jan Kara <jack@suse.cz>
  • Loading branch information
Clemens Ladisch authored and Jan Kara committed Apr 2, 2009
1 parent 59285c2 commit 4136801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/udf/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ static int udf_parse_options(char *options, struct udf_options *uopt,
switch (token) {
case Opt_novrs:
uopt->novrs = 1;
break;
case Opt_bs:
if (match_int(&args[0], &option))
return 0;
Expand Down

0 comments on commit 4136801

Please sign in to comment.