btrfs: fix nossd and ssd_spread mount option regression
authorEric Sandeen <sandeen@redhat.com>
Fri, 27 Jun 2014 21:50:31 +0000 (16:50 -0500)
committerChris Mason <clm@fb.com>
Thu, 3 Jul 2014 14:04:06 +0000 (07:04 -0700)
commit2aa06a35d06a34b3109bdbf1d653de1695dc8f12
tree619b71c486c3c5097cb682a4c3553f7954287766
parent5f3164813b90f7dbcb5c3ab9006906222ce471b7
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 <rm@romanrm.net>
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/super.c