Re: [dm-devel] [PATCH 12/17] md: simplify sync_page_io

2021-01-27 Thread Song Liu
On Tue, Jan 26, 2021 at 7:14 AM Christoph Hellwig wrote: > > Use an on-stack bio and biovec for the single page synchronous I/O. > > Signed-off-by: Christoph Hellwig Acked-by: Song Liu > --- > drivers/md/md.c | 26 +- > 1 file changed, 13 insertions(+), 13 deletions(-)

[dm-devel] [PATCH 12/17] md: simplify sync_page_io

2021-01-26 Thread Christoph Hellwig
Use an on-stack bio and biovec for the single page synchronous I/O. Signed-off-by: Christoph Hellwig --- drivers/md/md.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/drivers/md/md.c b/drivers/md/md.c index e2b9dbb6e888f6..6a27f52007c871 100644