Re: [RESEND PATCH V5 24/33] f2fs: conver to bio_for_each_page_all2

2018-05-28 Thread Chao Yu
On 2018/5/25 11:46, Ming Lei wrote: > bio_for_each_page_all() can't be used any more after multipage bvec is > enabled, so we have to convert to bio_for_each_page_all2(). > > Signed-off-by: Ming Lei Acked-by: Chao Yu Thanks,

[RESEND PATCH V5 24/33] f2fs: conver to bio_for_each_page_all2

2018-05-24 Thread Ming Lei
bio_for_each_page_all() can't be used any more after multipage bvec is enabled, so we have to convert to bio_for_each_page_all2(). Signed-off-by: Ming Lei --- fs/f2fs/data.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c index 89da84b