Re: [f2fs-dev] [PATCH v2] f2fs: restrict write IO alignment condition

2017-03-13 Thread Kinglong Mee
On 3/13/2017 21:02, Chao Yu wrote: > We should only align start offset of bio with defined IO_SIZE for below > conditions: > a. mode=lfs mount option > b. write IOs > c. Out-place-update > d. non-meta pages > > Signed-off-by: Chao Yu > --- > fs/f2fs/data.c | 10 +++--- >

Re: [f2fs-dev] [PATCH v2] f2fs: restrict write IO alignment condition

2017-03-13 Thread Kinglong Mee
On 3/13/2017 21:02, Chao Yu wrote: > We should only align start offset of bio with defined IO_SIZE for below > conditions: > a. mode=lfs mount option > b. write IOs > c. Out-place-update > d. non-meta pages > > Signed-off-by: Chao Yu > --- > fs/f2fs/data.c | 10 +++--- > 1 file changed, 7