]> www.infradead.org Git - users/jedix/linux-maple.git/commit
SUNRPC: Don't allow waiting for exiting tasks
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 28 Mar 2025 16:52:52 +0000 (12:52 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 28 Mar 2025 20:37:57 +0000 (16:37 -0400)
commit14e41b16e8cb677bb440dca2edba8b041646c742
treecf2a03528b792fcb832ff4cd4601ced348c80bcd
parent0af5fb5ed3d2fd9e110c6112271f022b744a849a
SUNRPC: Don't allow waiting for exiting tasks

Once a task calls exit_signals() it can no longer be signalled. So do
not allow it to do killable waits.

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
net/sunrpc/sched.c