From: Yunlei He Date: Thu, 7 May 2015 10:11:37 +0000 (+0800) Subject: f2fs: add default mount options to remount X-Git-Tag: omap-for-v4.3/legacy-v2-signed~156^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=498c5e9fcd10c89404601b222c1dbcb6e4f10a02;p=pandora-kernel.git f2fs: add default mount options to remount I use f2fs filesystem with /data partition on my Android phone by the default mount options. When I remount /data in order to adding discard option to run some benchmarks, I find the default options such as background_gc, user_xattr and acl turned off. So I introduce a function named default_options in super.c. It do some default setting, and both mount and remount operations will call this function to complete default setting. Signed-off-by: Yunlei He Reviewed-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed