Re: [PATCH] Remove unused dedupe argument btrfs_set_extent_delalloc()

2017-10-11 Thread Nikolay Borisov
On 11.10.2017 05:29, Goldwyn Rodrigues wrote: > From: Goldwyn Rodrigues > > I had already sent similar patch and David said he is not removing the in-band dedup prep for now. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.k

Re: [PATCH] Remove unused dedupe argument btrfs_set_extent_delalloc()

2017-10-10 Thread Qu Wenruo
On 2017年10月11日 10:29, Goldwyn Rodrigues wrote: From: Goldwyn Rodrigues Signed-off-by: Goldwyn Rodrigues --- fs/btrfs/ctree.h | 2 +- fs/btrfs/file.c | 2 +- fs/btrfs/inode.c | 9 - fs/btrfs/relocation.c| 2 +- fs/btrfs/tests/ino

Re: [PATCH] Remove unused dedupe argument btrfs_set_extent_delalloc()

2017-10-10 Thread Tsutomu Itoh
On 2017/10/11 11:29, Goldwyn Rodrigues wrote: > From: Goldwyn Rodrigues > 'int dedupe' was added to prepare for support of subpage sector size and in-band dedupe. commit ba8b04c1d4ad ("btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band dedupe and subpage size patchs

[PATCH] Remove unused dedupe argument btrfs_set_extent_delalloc()

2017-10-10 Thread Goldwyn Rodrigues
From: Goldwyn Rodrigues Signed-off-by: Goldwyn Rodrigues --- fs/btrfs/ctree.h | 2 +- fs/btrfs/file.c | 2 +- fs/btrfs/inode.c | 9 - fs/btrfs/relocation.c| 2 +- fs/btrfs/tests/inode-tests.c | 12 ++-- 5 files changed, 13 insert