btrfs-progs: specify mountpoint for recieve
authorJosef Bacik <jbacik@fb.com>
Wed, 27 May 2015 17:51:29 +0000 (13:51 -0400)
committerDavid Sterba <dsterba@suse.cz>
Tue, 2 Jun 2015 15:35:43 +0000 (17:35 +0200)
commit420afa3edc3325912ee72d951af7228f66ed1831
tree333ad8cb7116a85e8ad1c5e710dfa69b16ea3e3f
parentfa7749fdf4968707e05c367238f63aa0253b3758
btrfs-progs: specify mountpoint for recieve

In a chroot environment we may not have /proc mounted, which makes btrfs receive
freak out since it wants to know the base directory where are are mounted for
things like clone and such.  Give an option to specify where the mountpoint is
in these cases so you can still do a btrfs receive in a chroot.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fb.com>
[added manpage documentation]
Signed-off-by: David Sterba <dsterba@suse.cz>
Documentation/btrfs-receive.asciidoc
cmds-receive.c