From: Qu Wenruo Date: Mon, 13 Jan 2014 05:36:07 +0000 (+0800) Subject: btrfs: Cleanup the btrfs_parse_options for remount. X-Git-Tag: v3.14-rc1~29^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=078025347c8ed43ff330e392476d8866ac1b297f;p=pandora-kernel.git btrfs: Cleanup the btrfs_parse_options for remount. Since remount will pending the new mount options to the original mount options, which will make btrfs_parse_options check the old options then new options, causing some stupid output like "enabling XXX" following by "disable XXX". This patch will add extra check before every btrfs_info to skip the output from old options checking. Signed-off-by: Qu Wenruo Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed