From: Eric Sandeen Date: Fri, 27 Jun 2014 21:50:31 +0000 (-0500) Subject: btrfs: fix nossd and ssd_spread mount option regression X-Git-Tag: omap-for-v3.16/fixes-rc4~19^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2aa06a35d06a34b3109bdbf1d653de1695dc8f12;p=pandora-kernel.git btrfs: fix nossd and ssd_spread mount option regression The commit 0780253 btrfs: Cleanup the btrfs_parse_options for remount. broke ssd options quite badly; it stopped making ssd_spread imply ssd, and it made "nossd" unsettable. Put things back at least as well as they were before (though ssd mount option handling is still pretty odd: # mount -o "nossd,ssd_spread" works?) Reported-by: Roman Mamedov Signed-off-by: Eric Sandeen Signed-off-by: Chris Mason --- Reading git-diff-tree failed