btrfs-progs: check: change find_inode_ref()'s arg
authorSu Yue <suy.fnst@cn.fujitsu.com>
Mon, 28 Aug 2017 05:42:49 +0000 (13:42 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 16 Oct 2017 18:33:00 +0000 (20:33 +0200)
commita1073e7976f354360f8e2a589c18d05f124579b4
treeb5e1936826e153efb8c66c58f0260f633cf0e30e
parent23482e871c7fe97d4b54bc3332ac2a445d406f7c
btrfs-progs: check: change find_inode_ref()'s arg

For further lowmem repair, change @index type u64 to u64* of
function find_inode_ref().
So caller can get the index of ref.

Signed-off-by: Su Yue <suy.fnst@cn.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.com>
cmds-check.c