btrfs-progs: handle errors from btrfs_alloc_path
authorDavid Sterba <dsterba@suse.com>
Wed, 31 Aug 2016 18:38:46 +0000 (20:38 +0200)
committerDavid Sterba <dsterba@suse.com>
Wed, 21 Sep 2016 12:12:38 +0000 (14:12 +0200)
commit1ef93ea8632b89598d7723a04a2d268b70333168
tree48e911e91131e2023534ae8dbd652d245a039f15
parentb318553f33dc59b6afdc7d264dcfbfe835ccc3d4
btrfs-progs: handle errors from btrfs_alloc_path

All functions already return an error condition, so the callers should
expect that.

Signed-off-by: David Sterba <dsterba@suse.com>
ctree.c
disk-io.c
extent-tree.c
file-item.c
inode-map.c
root-tree.c
volumes.c