diff options
Diffstat (limited to 'fs/btrfs/relocation.c')
| -rw-r--r-- | fs/btrfs/relocation.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/relocation.c b/fs/btrfs/relocation.c index 09b1988d1791..59a06499c647 100644 --- a/fs/btrfs/relocation.c +++ b/fs/btrfs/relocation.c @@ -3422,7 +3422,7 @@ int add_data_references(struct reloc_control *rc,  	btrfs_release_path(path);  	ctx.bytenr = extent_key->objectid; -	ctx.ignore_extent_item_pos = true; +	ctx.skip_inode_ref_list = true;  	ctx.fs_info = rc->extent_root->fs_info;  	ret = btrfs_find_all_leafs(&ctx);  | 
