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-fi-du.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmds-fi-du.c') diff --git a/cmds-fi-du.c b/cmds-fi-du.c index 895c242e..bf637f82 100644 --- a/cmds-fi-du.c +++ b/cmds-fi-du.c @@ -459,7 +459,7 @@ static int du_add_file(const char *filename, int dirfd, goto out; } - ret = lookup_ino_rootid(fd, &subvol); + ret = lookup_path_rootid(fd, &subvol); if (ret) goto out_close; -- cgit v1.2.3