OSDN Git Service

io_uring/msg_ring: move double lock/unlock helpers higher up
authorJens Axboe <axboe@kernel.dk>
Thu, 19 Jan 2023 16:01:27 +0000 (09:01 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 19 Jan 2023 16:01:27 +0000 (09:01 -0700)
commit423d5081d0451faa59a707e57373801da5b40141
tree56b165f4e94214210c889fd8dda7c7ce5b18c05e
parent544d163d659d45a206d8929370d5a2984e546cb7
io_uring/msg_ring: move double lock/unlock helpers higher up

In preparation for needing them somewhere else, move them and get rid of
the unused 'issue_flags' for the unlock side.

No functional changes in this patch.

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