On Thu, Apr 06, 2023 at 04:41:00PM +0200, Christoph Hellwig wrote: > bio_alloc will never return a NULL bio when it is allowed to sleep, > and adding a single page to bio with a single vector also can't > fail, so switch to the asserting __bio_add_page variant and drop the Oh,,,, didn't know it. Great! > error returns. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > Reviewed-by: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx> Acked-by: Minchan Kim <minchan@xxxxxxxxxx>