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: [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 >