Re: [PATCH v10 04/21] btrfs: dedupe: Introduce function to remove hash from in-memory tree

2016-06-01 Thread Qu Wenruo
At 06/02/2016 03:40 AM, Mark Fasheh wrote: On Fri, Apr 01, 2016 at 02:34:55PM +0800, Qu Wenruo wrote: From: Wang Xiaoguang Introduce static function inmem_del() to remove hash from in-memory dedupe tree. And implement btrfs_dedupe_del() and btrfs_dedup_destroy()

Re: [PATCH v10 04/21] btrfs: dedupe: Introduce function to remove hash from in-memory tree

2016-06-01 Thread Mark Fasheh
On Fri, Apr 01, 2016 at 02:34:55PM +0800, Qu Wenruo wrote: > From: Wang Xiaoguang > > Introduce static function inmem_del() to remove hash from in-memory > dedupe tree. > And implement btrfs_dedupe_del() and btrfs_dedup_destroy() interfaces. > > Signed-off-by: Qu

[PATCH v10 04/21] btrfs: dedupe: Introduce function to remove hash from in-memory tree

2016-04-01 Thread Qu Wenruo
From: Wang Xiaoguang Introduce static function inmem_del() to remove hash from in-memory dedupe tree. And implement btrfs_dedupe_del() and btrfs_dedup_destroy() interfaces. Signed-off-by: Qu Wenruo Signed-off-by: Wang Xiaoguang