diff --git a/cmds/inspect.c b/cmds/inspect.c index 64a8c15d..9ca78611 100644 --- a/cmds/inspect.c +++ b/cmds/inspect.c @@ -151,7 +151,7 @@ static int cmd_inspect_logical_resolve(const struct cmd_struct *cmd, int bytes_left; struct btrfs_ioctl_logical_ino_args loi; struct btrfs_data_container *inodes; - u64 size = 4096; + u64 size = SZ_64K; char full_path[PATH_MAX]; char *path_ptr; DIR *dirstream = NULL;