]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
NFS: remove nfs_client_mark_return_unused_delegation_types
authorChristoph Hellwig <hch@lst.de>
Wed, 7 Jan 2026 07:26:53 +0000 (08:26 +0100)
committerAnna Schumaker <anna.schumaker@oracle.com>
Tue, 20 Jan 2026 19:49:45 +0000 (14:49 -0500)
commitf8abad38684c43ce00fefc6858d16034f0f359bb
treeeabd12002186682e5247d601846088de3fec5d5a
parent70f1e6aa3f211b70418046a66b2ebd71069ec563
NFS: remove nfs_client_mark_return_unused_delegation_types

nfs_client_mark_return_unused_delegation_types is only called by
nfs_expire_unused_delegation_types, so merge the two.

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