]> www.infradead.org Git - users/jedix/linux-maple.git/commit
do_mq_notify(): switch to CLASS(fd)
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 1 Jun 2024 04:48:50 +0000 (00:48 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 3 Nov 2024 06:28:06 +0000 (01:28 -0500)
commit54dac3dacc86e388e0cd3934cf2a0b6fc7a06323
tree88678fadbc4b1d63c77fd0940038c41938a7fe11
parent1aaf6a7e7520ea4d2d24406fb695195f554d1572
do_mq_notify(): switch to CLASS(fd)

The only failure exit before fdget() is a return, the only thing done
after fdput() is transposable with it.

Reviewed-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
ipc/mqueue.c