]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: store add. return values for CQE32
authorStefan Roesch <shr@fb.com>
Tue, 26 Apr 2022 18:21:24 +0000 (11:21 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 May 2022 12:35:33 +0000 (06:35 -0600)
commitc3185a873f2dd2d2a3882f14208cc626b58b1bab
tree3c5c59e89d34342095825888a439807e2a154728
parent8fb14f46145a588832a8fac71abaa683a3dccef8
io_uring: store add. return values for CQE32

This reuses the hash list node for the storage we need to hold the two
64-bit values that must be passed back.

Co-developed-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Stefan Roesch <shr@fb.com>
Reviewed-by: Kanchan Joshi <joshi.k@samsung.com>
Link: https://lore.kernel.org/r/20220426182134.136504-3-shr@fb.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c