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, 2 May 2022 20:23:37 +0000 (14:23 -0600)
commite8f4f4c28020d431a4653db1aaf04982da56538b
tree232a08e92adb5eb0cc9723d81732f18580345c68
parentca8dd9f0a2452670b0560bd6b4c1a0eba8734c84
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