]> www.infradead.org Git - users/jedix/linux-maple.git/commit
NFS: Don't allow waiting for exiting tasks
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 28 Mar 2025 17:19:18 +0000 (13:19 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 28 Mar 2025 20:38:02 +0000 (16:38 -0400)
commit8d3ca331026a7f9700d3747eed59a67b8f828cdc
treefa62349f988e7af70efce82517cec4effd27d87e
parent14e41b16e8cb677bb440dca2edba8b041646c742
NFS: 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>
fs/nfs/inode.c
fs/nfs/internal.h
fs/nfs/nfs3proc.c
fs/nfs/nfs4proc.c