]> www.infradead.org Git - users/jedix/linux-maple.git/commit
convert do_select()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 23 Jul 2024 05:55:19 +0000 (01:55 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 3 Nov 2024 06:28:07 +0000 (01:28 -0500)
commitd000e073ca2a08ab70accc28e93dee8d70e89d2f
treef5ff77473781919324426bae27d61eec6fa23fe2
parent6b1a5ae9b5886832fb6d52064f6e3c6fcfefce57
convert do_select()

take the logics from fdget() to fdput() into an inlined helper - with existing
wait_key_set() subsumed into that.

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