Re: [PATCH 1/2] f2fs-dev: support multi-device direct IO

2019-01-03 Thread Chao Yu
On 2019/1/2 17:06, sunqiuyang wrote: > From: Qiuyang Sun > > The physical blocks in struct f2fs_map_blocks must be in the same device. > > Signed-off-by: Qiuyang Sun > --- > fs/f2fs/data.c | 20 +++- > fs/f2fs/f2fs.h | 2 -- > 2 files changed, 19 insertions(+), 3 deletions(-)

[PATCH 1/2] f2fs-dev: support multi-device direct IO

2019-01-02 Thread sunqiuyang
From: Qiuyang Sun The physical blocks in struct f2fs_map_blocks must be in the same device. Signed-off-by: Qiuyang Sun --- fs/f2fs/data.c | 20 +++- fs/f2fs/f2fs.h | 2 -- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c index