]> www.infradead.org Git - users/dwmw2/linux.git/commit
block: Add extra checks in blk_validate_atomic_write_limits()
authorJohn Garry <john.g.garry@oracle.com>
Mon, 18 Nov 2024 10:50:14 +0000 (10:50 +0000)
committerJens Axboe <axboe@kernel.dk>
Tue, 19 Nov 2024 17:30:02 +0000 (10:30 -0700)
commitd00eea91deaf363f83599532cb49fa528ab8e00e
treea0e245909d60724a6a71bf575dd0b635a7729ad3
parent34c1227035b3ab930a1ae6ab6f22fec1af8ab09e
block: Add extra checks in blk_validate_atomic_write_limits()

It is so far expected that the limits passed are valid.

In future atomic writes will be supported for stacked block devices, and
calculating the limits there will be complicated, so add extra sanity
checks to ensure that the values are always valid.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: John Garry <john.g.garry@oracle.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Link: https://lore.kernel.org/r/20241118105018.1870052-2-john.g.garry@oracle.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-settings.c