Allow relative paths for btrfs send
authorChris Mason <chris.mason@fusionio.com>
Thu, 9 Aug 2012 16:48:29 +0000 (12:48 -0400)
committerChris Mason <chris.mason@fusionio.com>
Thu, 9 Aug 2012 16:48:29 +0000 (12:48 -0400)
commit043a63924c9831ac52ce38f0365b9bfd628fb6a3
tree2b0b513050d06917db68b0d2d70a9424e062cdaa
parent71687d74d08b1e27fb9d81562e03fa1de6790775
Allow relative paths for btrfs send

The initial btrfs send code was easily confused by relative paths and by
anything that wasn't in the root of the FS.  This fixes it to take
relative paths.

Signed-off-by: Chris Mason <chris.mason@fusionio.com>
cmds-send.c
send-utils.c