btrfs-progs: print-tree: fix INODE_ITEM sequence and flags
authorAnand Jain <anand.jain@oracle.com>
Mon, 12 Feb 2018 15:21:26 +0000 (23:21 +0800)
committerDavid Sterba <dsterba@suse.com>
Tue, 13 Feb 2018 15:22:55 +0000 (16:22 +0100)
commit9fe78033cb3b49fc20433c7bae057d1abacc3875
treea61b62754e4fa4fd3fbb28a1034086088f2f5e77
parent9aa0c422b82c15fee1ac5cd3b0fae2ebe358d64a
btrfs-progs: print-tree: fix INODE_ITEM sequence and flags

dump-tree prints wrong sequence number and the flags numbers,
as we misplaced the printf args. This patch fixes it.

Signed-off-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
print-tree.c