]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5512ae728f0c5ee116a6dc689e6b8080a857178c
tree3701532975661460217d8e25e6f67e846a83b62c
parent663f64aafc95831cfcb99b4d1999ba2be96e26c0
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