commit | 4058c5117d6d8a94002fb308615c7442ed3a3896 | [log] [tgz] |
---|---|---|
author | Kelly Anderson <kelly@xilka.com> | Mon Oct 07 11:36:20 2013 +0900 |
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Mon Oct 07 11:38:13 2013 +0900 |
tree | 6d7314e4b6ce0459ea1661f149a63dd045451762 | |
parent | e479556bfdd136669854292eb57ed0139d7253d5 [diff] |
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>