Re: [f2fs-dev] [PATCH v3] f2fs: dax: implement direct access

2017-06-08 Thread Chao Yu
Hi Qiuyang, On 2017/6/8 17:38, Sun Qiuyang wrote: > Hi Chao, > See my comments below. > >> Hi Qiuyang, >> >> On 2017/6/7 17:29, sunqiuyang wrote: >>> From: Qiuyang Sun >>> >>> This is a new version of PATCH v2 2/2 with the following minor changes: >>> - In dax_move_data_page(), the call of alloc

Re: [f2fs-dev] [PATCH v3] f2fs: dax: implement direct access

2017-06-08 Thread Sun Qiuyang
Hi Chao, See my comments below. Hi Qiuyang, On 2017/6/7 17:29, sunqiuyang wrote: From: Qiuyang Sun This is a new version of PATCH v2 2/2 with the following minor changes: - In dax_move_data_page(), the call of allocate_data_block() is changed according to the new definition of this functio

Re: [PATCH v3] f2fs: dax: implement direct access

2017-06-08 Thread kbuild test robot
Hi Qiuyang, [auto build test WARNING on f2fs/dev] [also build test WARNING on v4.12-rc4 next-20170607] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/sunqiuyang/f2fs-dax-implement-direct-access/

Re: [PATCH v3] f2fs: dax: implement direct access

2017-06-07 Thread kbuild test robot
Hi Qiuyang, [auto build test ERROR on f2fs/dev] [also build test ERROR on v4.12-rc4 next-20170607] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/sunqiuyang/f2fs-dax-implement-direct-access/2017

Re: [f2fs-dev] [PATCH v3] f2fs: dax: implement direct access

2017-06-07 Thread Chao Yu
Hi Qiuyang, On 2017/6/7 17:29, sunqiuyang wrote: > From: Qiuyang Sun > > This is a new version of PATCH v2 2/2 with the following minor changes: > - In dax_move_data_page(), the call of allocate_data_block() is changed > according to the new definition of this function in f2fs-dev, and the >

[PATCH v3] f2fs: dax: implement direct access

2017-06-07 Thread sunqiuyang
From: Qiuyang Sun This is a new version of PATCH v2 2/2 with the following minor changes: - In dax_move_data_page(), the call of allocate_data_block() is changed according to the new definition of this function in f2fs-dev, and the usage of wio_mutex is removed; - put_dax() is added in f2fs_