OSDN Git Service

fs/adfs: super: safely update options on remount
authorRussell King <rmk+kernel@armlinux.org.uk>
Tue, 4 Jun 2019 13:50:09 +0000 (14:50 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 27 Jun 2019 00:14:14 +0000 (20:14 -0400)
commit4c5762f5f5e31d493678b0ee6f73585355dd3638
tree64e50ca6142ff261d5d412f7912ba1af10f14bc4
parent421d3c0faa28890dbfb7d2a67f067f07c1123556
fs/adfs: super: safely update options on remount

Only update the options on remount if we successfully parse all options,
rather than updating those we've managed to parse.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/adfs/super.c