btrfs-progs: dump-tree: pass item size instead of item
authorDavid Sterba <dsterba@suse.com>
Wed, 2 Nov 2016 09:15:32 +0000 (10:15 +0100)
committerDavid Sterba <dsterba@suse.com>
Wed, 9 Nov 2016 12:47:30 +0000 (13:47 +0100)
commite9c1121495cede0f086ace9828210696eb85418f
treed802bf1e59b8e2f86374d789f874ccf8ac023cbd
parentae00d4a2518dbaa4a7894ef17a61d41fb81acad1
btrfs-progs: dump-tree: pass item size instead of item

Several functions take item but use just the size, we can factor the
item size and use that.

Signed-off-by: David Sterba <dsterba@suse.com>
print-tree.c