diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2018-03-20 21:43:19 +0100 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2018-04-10 22:06:22 +0200 |
commit | c135cb39a907b85aef5389c191b6f02cffbadb8a (patch) | |
tree | c03d6d75c165f539a605977e2bd7a028b825158a /fs/nfs/nfs4proc.c | |
parent | NFS: Move the delegation return down into _nfs4_do_setattr() (diff) | |
download | linux-c135cb39a907b85aef5389c191b6f02cffbadb8a.tar.xz linux-c135cb39a907b85aef5389c191b6f02cffbadb8a.zip |
NFS: Remove the unused return_delegation() callback
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r-- | fs/nfs/nfs4proc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 173089f5bf7e..04978bfd6beb 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c @@ -9654,7 +9654,6 @@ const struct nfs_rpc_ops nfs_v4_clientops = { .close_context = nfs4_close_context, .open_context = nfs4_atomic_open, .have_delegation = nfs4_have_delegation, - .return_delegation = nfs4_inode_return_delegation, .alloc_client = nfs4_alloc_client, .init_client = nfs4_init_client, .free_client = nfs4_free_client, |