From: Guangliang Zhao Date: Mon, 12 May 2014 03:04:33 +0000 (+0800) Subject: Btrfs: remove OPT_acl parse when acl disabled X-Git-Tag: omap-for-v3.16/fixes-against-rc1~54^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45ff35d6b9f301cbfb6b1703466ebe4431c7567f;p=pandora-kernel.git Btrfs: remove OPT_acl parse when acl disabled Even CONFIG_BTRFS_FS_POSIX_ACL is not defined, the acl still could been enabled using a mount option, and now fs/btrfs/acl.o is not built, so the mount options will appear to be supported but will be silently ignored. Signed-off-by: Guangliang Zhao Reviewed-by: David Sterba Signed-off-by: Chris Mason --- Reading git-diff-tree failed