]> git.ipfire.org Git - thirdparty/linux.git/commit
nfsd: switch purge_old() to use start_removing_noperm()
authorNeilBrown <neil@brown.name>
Tue, 24 Feb 2026 22:16:52 +0000 (09:16 +1100)
committerChristian Brauner <brauner@kernel.org>
Fri, 6 Mar 2026 09:24:12 +0000 (10:24 +0100)
commit6cb3411962c884c628ec198c654bab79a5500ccc
tree5e63f6fc5c47fbc7137bcfb4b21162141585408a
parentc4573e18e286c5741f52b12de2b1fe791b614f9a
nfsd: switch purge_old() to use start_removing_noperm()

Rather than explicit locking, use the start_removing_noperm() and
end_removing() wrappers.
This was not done with other start_removing changes due to conflicting
in-flight patches.

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: NeilBrown <neil@brown.name>
Link: https://patch.msgid.link/20260224222542.3458677-8-neilb@ownmail.net
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/nfsd/nfs4recover.c