OSDN Git Service

io_uring: get rid of __req_need_defer()
authorJens Axboe <axboe@kernel.dk>
Thu, 9 Jul 2020 15:43:27 +0000 (09:43 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 9 Jul 2020 15:43:27 +0000 (09:43 -0600)
commit2bc9930e78fe0cb3e7b7e3169de0a40baee38d29
tree96e41943c9447a6e5fc6ecc7951078d552f4e911
parent5acbbc8ed3a9aef71c6eb5f19ba24f7321200220
io_uring: get rid of __req_need_defer()

We just have one caller of this, req_need_defer(), just inline the
code in there instead.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c