Btrfs: fix how we mount subvol=<whatever>
authorJosef Bacik <josef@redhat.com>
Mon, 25 Jul 2011 19:55:42 +0000 (15:55 -0400)
committerJosef Bacik <josef@redhat.com>
Wed, 19 Oct 2011 19:12:29 +0000 (15:12 -0400)
commit830c4adbd04a79f806d4fa579546f36a71b727c1
tree3701532975661460217d8e25e6f67e846a83b62c
parentba5b8958dabbd7890a6929af1ffc0d87187765dc
Btrfs: fix how we mount subvol=<whatever>

We've only been able to mount with subvol=<whatever> where whatever was a subvol
within whatever root we had as the default.  This allows us to mount -o
subvol=path/to/subvol/you/want relative from the normal fs_tree root.  Thanks,

Signed-off-by: Josef Bacik <josef@redhat.com>
fs/btrfs/super.c