projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59285c2
)
udf: fix novrs mount option
author
Clemens Ladisch
<clemens@ladisch.de>
Fri, 6 Mar 2009 08:16:49 +0000
(09:16 +0100)
committer
Jan Kara
<jack@suse.cz>
Thu, 2 Apr 2009 10:29:54 +0000
(12:29 +0200)
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>
fs/udf/super.c
patch
|
blob
|
history
diff --git
a/fs/udf/super.c
b/fs/udf/super.c
index 4457da0e0bc9dcfc5046a0de94caf6766c97f9ad..36a467ca1622d5061bb044918598666553b69870 100644
(file)
--- a/
fs/udf/super.c
+++ b/
fs/udf/super.c
@@
-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;