diff options
Diffstat (limited to 'fs/btrfs/inode.c')
-rw-r--r-- | fs/btrfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 8ae72c3eedb1..4d8ef95abf40 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c | |||
@@ -1019,7 +1019,7 @@ static noinline int csum_exist_in_range(struct btrfs_root *root, | |||
1019 | LIST_HEAD(list); | 1019 | LIST_HEAD(list); |
1020 | 1020 | ||
1021 | ret = btrfs_lookup_csums_range(root->fs_info->csum_root, bytenr, | 1021 | ret = btrfs_lookup_csums_range(root->fs_info->csum_root, bytenr, |
1022 | bytenr + num_bytes - 1, &list); | 1022 | bytenr + num_bytes - 1, &list, 0); |
1023 | if (ret == 0 && list_empty(&list)) | 1023 | if (ret == 0 && list_empty(&list)) |
1024 | return 0; | 1024 | return 0; |
1025 | 1025 | ||