diff options
| author | Christoph Hellwig <hch@lst.de> | 2026-03-16 17:11:30 +0100 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2026-03-17 19:27:14 -0600 |
| commit | b520c4eef83dd406591431f936de0908c3ed7fb9 (patch) | |
| tree | 9b5ca572a66dae95eebf0d1bb078652584aa18ae /scripts/stackusage | |
| parent | fed406f3c1c2feb97adcbc557218713c5f7ec6a7 (diff) | |
block: split bio_alloc_bioset more clearly into a fast and slowpath
bio_alloc_bioset tries non-waiting slab allocations first for the bio and
bvec array, but does so in a somewhat convoluted way.
Restructure the function so that it first open codes these slab
allocations, and then falls back to the mempools with the original
gfp mask.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> -ck
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Link: https://patch.msgid.link/20260316161144.1607877-3-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
