OSDN Git Service

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)
commit04f34081c5de35749274cf3bea8d8eb1c79b6ad1
tree670ae5a741879d0542f0cda254ffea2a7da47645
parentab409402478462b5da007bfc46d165587c3adfc3
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