commit | e8b4869bc78da1a71f2a2ab476caf50c1dcfeed0 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 06 06:20:25 2024 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Tue May 07 07:29:42 2024 -0600 |
tree | de7b879ae94655a52d6d48a0b7909689fb4572a6 | |
parent | 81c2168c229bab0665e862937bb476f18cff056d [diff] |
block: add a blk_alloc_discard_bio helper Factor out a helper from __blkdev_issue_discard that chews off as much as possible from a discard range and allocates a bio for it. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20240506042027.2289826-5-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>