From 49cb98e5d6989055860eee06879c10896489062f Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 31 Oct 2016 10:34:37 +0100 Subject: btrfs-progs: rename lookup_ino_rootid It does not resolve the inode number but path where fd has been opened. Signed-off-by: David Sterba --- cmds-inspect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmds-inspect.c') diff --git a/cmds-inspect.c b/cmds-inspect.c index 6d4e2b87..5e58a284 100644 --- a/cmds-inspect.c +++ b/cmds-inspect.c @@ -326,7 +326,7 @@ static int cmd_inspect_rootid(int argc, char **argv) goto out; } - ret = lookup_ino_rootid(fd, &rootid); + ret = lookup_path_rootid(fd, &rootid); if (ret) { error("failed to lookup root id: %s", strerror(-ret)); goto out; -- cgit v1.2.3