]> www.infradead.org Git - users/jedix/linux-maple.git/commit
block: limit the Write Zeroes to manually writing zeroes fallback
authorChristoph Hellwig <hch@lst.de>
Mon, 1 Jul 2024 16:51:19 +0000 (18:51 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 5 Jul 2024 06:53:15 +0000 (00:53 -0600)
commit39722a2f2bcd82bdecc226711412d88b54fcb05b
treeb6c9e3b6d69a44599fe33a509e2ffe9189c0015b
parent99800ced26b9d87a918aa9824881bdb90a3c1b03
block: limit the Write Zeroes to manually writing zeroes fallback

Only fall back from hardware Write Zeroes failures when
blkdev_issue_write_zeroes returns -EOPNOTSUPP;

Note that blkdev_issue_write_zeroes turns any failure into -EOPNOTSUPP
when the write zeroes queue limit has been cleared to 0, so this still
catches all I/O errors where the driver detected missing support
for the hardware acceleration.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Link: https://lore.kernel.org/r/20240701165219.1571322-10-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-lib.c