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(-)
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