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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Aug 2023 14:11:04 +0000 (16:11 +0200)
commit816c7cecf6a0cf04b5b543690e38a1b15bdf8e88
treea8070cba8bd4cdd33fc2662173df450c19d5a32a
parent4f59375285188baa5a22100af24f0fb3e2bc0e3d
io_uring/msg_ring: move double lock/unlock helpers higher up

Commit 423d5081d0451faa59a707e57373801da5b40141 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
io_uring/msg_ring.c