On (23/04/04 17:05), 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 > error returns. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> Reviewed-by: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx>