From: Kelly Anderson Date: Mon, 7 Oct 2013 02:36:20 +0000 (+0900) Subject: f2fs: handle remount options correctly X-Git-Tag: v3.13-rc1~113^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4058c5117d6d8a94002fb308615c7442ed3a3896;p=pandora-kernel.git 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 Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed