Re: [PATCH v10 03/21] btrfs: dedupe: Introduce function to add hash into in-memory tree

2016-06-01 Thread Qu Wenruo
At 06/02/2016 03:37 AM, Mark Fasheh wrote: On Fri, Apr 01, 2016 at 02:34:54PM +0800, Qu Wenruo wrote: From: Wang Xiaoguang Introduce static function inmem_add() to add hash into in-memory tree. And now we can implement the btrfs_dedupe_add() interface.

Re: [PATCH v10 03/21] btrfs: dedupe: Introduce function to add hash into in-memory tree

2016-06-01 Thread Mark Fasheh
On Fri, Apr 01, 2016 at 02:34:54PM +0800, Qu Wenruo wrote: > From: Wang Xiaoguang > > Introduce static function inmem_add() to add hash into in-memory tree. > And now we can implement the btrfs_dedupe_add() interface. > > Signed-off-by: Qu Wenruo