Btrfs-progs: we need to have the string null terminated
authorAnand Jain <anand.jain@oracle.com>
Thu, 24 Jan 2013 10:05:14 +0000 (18:05 +0800)
committerDavid Sterba <dsterba@suse.cz>
Fri, 25 Jan 2013 21:45:39 +0000 (22:45 +0100)
commitbbb9e4b419486dc6eb8dab3cb3ad446c1f5770d3
tree6500eee9008729dc4b60591fd75c7d99fe54ecf3
parentaf7c373fdf08c2345acf319223b2edba41f977b6
Btrfs-progs: we need to have the string null terminated

Bug:
-------------
btrfs subvolume list / -a
ID 258 gen 4226 top level 384 path media/smbshare
::
btrfs subvolume list /home -a
ID 258 gen 4226 top level 5 path <FS_TREE>/__active/media/smbshare4.snap

In the first command's output, this path is printed correctly, however
in the second output it has "4.snap" appended, similar to the names of
the snapshots I made 22 hours ago.
------------

Signed-off-by: Anand Jain <anand.jain@oracle.com>
Reported-by: Brendan Hide <brendan@swiftspirit.co.za>
btrfs-list.c