]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
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)
commit4058c5117d6d8a94002fb308615c7442ed3a3896
tree6d7314e4b6ce0459ea1661f149a63dd045451762
parente479556bfdd136669854292eb57ed0139d7253d5
f2fs: handle remount options correctly

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>
fs/f2fs/super.c