Re: [f2fs-dev] [PATCH] f2fs: multidevice: support direct IO

2021-07-19 Thread Chao Yu
On 2021/7/20 2:28, Jaegeuk Kim wrote: On 07/19, Chao Yu wrote: Commit 3c62be17d4f5 ("f2fs: support multiple devices") missed to support direct IO for multiple device feature, this patch adds to support the missing part of multidevice feature. In addition, for multiple device image, we should be

Re: [f2fs-dev] [PATCH] f2fs: multidevice: support direct IO

2021-07-19 Thread Jaegeuk Kim
On 07/19, Chao Yu wrote: > Commit 3c62be17d4f5 ("f2fs: support multiple devices") missed > to support direct IO for multiple device feature, this patch > adds to support the missing part of multidevice feature. > > In addition, for multiple device image, we should be aware of > any issued direct w

[f2fs-dev] [PATCH] f2fs: multidevice: support direct IO

2021-07-19 Thread Chao Yu
Commit 3c62be17d4f5 ("f2fs: support multiple devices") missed to support direct IO for multiple device feature, this patch adds to support the missing part of multidevice feature. In addition, for multiple device image, we should be aware of any issued direct write IO rather than just buffered wri