]> www.infradead.org Git - users/dwmw2/linux.git/commit
block: Handle bio_split() errors in bio_submit_split()
authorJohn Garry <john.g.garry@oracle.com>
Mon, 11 Nov 2024 11:21:47 +0000 (11:21 +0000)
committerJens Axboe <axboe@kernel.dk>
Mon, 11 Nov 2024 15:35:46 +0000 (08:35 -0700)
commit6eb09685885a4445da31097aa6418ee1875f9cec
tree0eab45b6a5de2cdb8b72169e1050dff3d988f390
parent27b26f09a7e6ae3ecae460299349b31fe0b5452f
block: Handle bio_split() errors in bio_submit_split()

bio_split() may error, so check this.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: John Garry <john.g.garry@oracle.com>
Link: https://lore.kernel.org/r/20241111112150.3756529-4-john.g.garry@oracle.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-merge.c