io_uring: use nospec annotation for more indexes
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 7 Apr 2022 13:05:05 +0000 (14:05 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 7 Apr 2022 17:17:47 +0000 (11:17 -0600)
commit4cdd158be9d09223737df83136a1fb65269d809a
tree63b882c43e19d908d2c5d1d5ca2a9fcf904b248f
parent8f0a24801bb44aa58496945aabb904c729176772
io_uring: use nospec annotation for more indexes

There are still several places that using pre array_index_nospec()
indexes, fix them up.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/b01ef5ee83f72ed35ad525912370b729f5d145f4.1649336342.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c