Al Viro f302edb9d8 switch netlink_getsockbyfilp() to taking descriptor
the only call site (in do_mq_notify()) obtains the argument
from an immediately preceding fdget() and it is immediately
followed by fdput(); might as well just replace it with
a variant that would take a descriptor instead of struct file *
and have file lookups handled inside that function.

Reviewed-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2024-11-03 01:28:06 -05:00
..
2024-06-14 19:08:50 -07:00
2024-10-01 09:56:36 +02:00
2024-09-10 12:11:04 +02:00
2024-09-21 09:27:50 -07:00
2024-01-31 16:41:16 -08:00
2024-11-03 01:27:11 -05:00