]> Git Repo - linux.git/commit
do_mq_notify(): switch to CLASS(fd)
authorAl Viro <[email protected]>
Sat, 1 Jun 2024 04:48:50 +0000 (00:48 -0400)
committerAl Viro <[email protected]>
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 <[email protected]>
Signed-off-by: Al Viro <[email protected]>
ipc/mqueue.c
This page took 0.05626 seconds and 4 git commands to generate.