]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: consistent typing for issue_flags
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 14 Oct 2021 15:10:12 +0000 (16:10 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 19 Oct 2021 11:49:55 +0000 (05:49 -0600)
commit437fe34d0b6622264e39b0f8e4dcff0f376c6617
tree670ae5a741879d0542f0cda254ffea2a7da47645
parent8a303cf1ed66c6afa41db518f25057bafc556e18
io_uring: consistent typing for issue_flags

Some of the functions keep issue_flags as int, change those to unsigned.

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