btrfs-progs: reduce size of btrfs_path, locks are not used
authorDavid Sterba <dsterba@suse.com>
Thu, 3 Nov 2016 15:49:30 +0000 (16:49 +0100)
committerDavid Sterba <dsterba@suse.com>
Wed, 9 Nov 2016 12:47:31 +0000 (13:47 +0100)
commitb81edabe79aa2ab8c23c4af977382a67a7a42ac1
tree3e0246be08534f1bef07cc499f1ba96e8658e931
parent7456592977acec12670e545050bba719c83ef0db
btrfs-progs: reduce size of btrfs_path, locks are not used

Size of btrfs_path can be reduced by 32 bytes as we don't use the locks
array, down to 112 from 144 bytes.

Signed-off-by: David Sterba <dsterba@suse.com>
ctree.h