Btrfs-progs: Correct path munging in bcp
authorcwillu <cwillu@cwillu.com>
Mon, 13 Jun 2011 22:24:11 +0000 (16:24 -0600)
committerChris Mason <chris.mason@oracle.com>
Tue, 25 Oct 2011 13:18:58 +0000 (09:18 -0400)
commit796a0e9cc46a0d173a7bbcbeb792ca80f00bf19e
tree3ebc2e2b2c84792a8090d00a676673b9a8d47afc
parent48d29930ed29bc92ac5ea08cb72553896d2f7da5
Btrfs-progs: Correct path munging in bcp

Bcp was assuming that a path on the command line would never have a slash after
it, which is silly, and would cause the first letter of everything in the root
of the source to be truncated.  Instead, use os.path.relpath to handle
it properly.

Signed-off-by: Carey Underwood <cwillu@cwillu.com>
Signed-off-by: Hugo Mills <hugo@carfax.org.uk>
bcp