Home
last modified time | relevance | path

Searched hist:"120443321 dfaaab8eb9290af617abcc37734c1e2" (Results 1 – 1 of 1) sorted by relevance

/linux/io_uring/
H A Dkbuf.hdiff 120443321dfaaab8eb9290af617abcc37734c1e2 Thu Aug 08 20:54:55 CEST 2024 Jens Axboe <axboe@kernel.dk> io_uring/kbuf: shrink nr_iovs/mode in struct buf_sel_arg

nr_iovs is capped at 1024, and mode only has a few low values. We can
safely make them u16, in preparation for adding a few more members.

Signed-off-by: Jens Axboe <axboe@kernel.dk>