]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
NFS: drop the _locked postfix from nfs_start_delegation_return
authorChristoph Hellwig <hch@lst.de>
Wed, 7 Jan 2026 07:26:59 +0000 (08:26 +0100)
committerAnna Schumaker <anna.schumaker@oracle.com>
Tue, 20 Jan 2026 19:49:46 +0000 (14:49 -0500)
commit0513044b749db4e20800da0c44e4299e1c7ed50a
tree003a27527d83b75801e6f785df7426cb207f71c4
parent7c80c3b8c80bc79f49c978c7d6d5166bc61816b1
NFS: drop the _locked postfix from nfs_start_delegation_return

Now that nfs_start_delegation_return_locked is gone, and we have
RCU locking asserts, drop the extra postfix.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Anna Schumaker <anna.schumaker@oracle.com>
fs/nfs/delegation.c