f2fs: handle remount options correctly
authorKelly Anderson <kelly@xilka.com>
Mon, 7 Oct 2013 02:36:20 +0000 (11:36 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Mon, 7 Oct 2013 02:38:13 +0000 (11:38 +0900)
The current f2fs code errors if the xattr or acl options are passed when
remounting.  This is important in a typical scenario where f2fs is mounted
as a "ro" root file-system by the boot loader and then the init process wants
to remount it "rw" with the "remount,rw" option.

Signed-off-by: Kelly Anderson <kelly@xilka.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>

No differences found