diff options
author | Nikolay Borisov <nborisov@suse.com> | 2019-07-17 16:18:17 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2019-09-09 14:58:59 +0200 |
commit | 330a582790452a159686c5dab8f4286babd9c00e (patch) | |
tree | fd3edfeda0eeecdcc271ae36dcb888f0f2847163 /fs/btrfs/relocation.c | |
parent | 74e9194afb2c5c6b45ada5653b2609499c372d77 (diff) | |
download | linux-330a582790452a159686c5dab8f4286babd9c00e.tar.bz2 |
btrfs: Remove leftover of in-band dedupe
It's unlikely in-band dedupe is going to land so just remove any
leftovers - dedupe.h header as well as the 'dedupe' parameter to
btrfs_set_extent_delalloc.
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
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 7f219851fa23..7ec632d4d960 100644 --- a/fs/btrfs/relocation.c +++ b/fs/btrfs/relocation.c @@ -3311,7 +3311,7 @@ static int relocate_file_extent_cluster(struct inode *inode, } ret = btrfs_set_extent_delalloc(inode, page_start, page_end, 0, - NULL, 0); + NULL); if (ret) { unlock_page(page); put_page(page); |