Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Aufs5 Standalone
Commits
944967e2
Commit
944967e2
authored
Sep 01, 2019
by
J. R. Okajima
Browse files
Merge branch 'aufs5.x-rcN/30stdalone' into aufs5.x-rcN/39public
parents
dbd6a129
829c5679
Changes
1
Hide whitespace changes
Inline
Side-by-side
fs/aufs/opts.c
View file @
944967e2
...
...
@@ -1386,6 +1386,7 @@ static int au_opt_simple(struct super_block *sb, struct au_opt *opt,
case
Opt_wsum
:
au_opt_clr
(
sbinfo
->
si_mntflags
,
SUM
);
au_opt_set
(
sbinfo
->
si_mntflags
,
SUM_W
);
break
;
case
Opt_nosum
:
au_opt_clr
(
sbinfo
->
si_mntflags
,
SUM
);
au_opt_clr
(
sbinfo
->
si_mntflags
,
SUM_W
);
...
...
@@ -1511,8 +1512,10 @@ static int au_opt_br(struct super_block *sb, struct au_opt *opt,
if
(
opt
->
add
.
bindex
<
0
)
opt
->
add
.
bindex
=
0
;
goto
add
;
/* Always goto add, not fallthrough */
case
Opt_prepend
:
opt
->
add
.
bindex
=
0
;
/* fallthrough */
add:
/* indented label */
case
Opt_add
:
err
=
au_br_add
(
sb
,
&
opt
->
add
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment