diff options
| author | NeilBrown <neil@brown.name> | 2025-07-18 11:26:15 +1000 |
|---|---|---|
| committer | Chuck Lever <chuck.lever@oracle.com> | 2025-09-21 19:24:50 -0400 |
| commit | 2ee3a75e42081db3d951c0893f5d654f16d1c0e8 (patch) | |
| tree | 9d726735f800bd591e677fb43f2e3693ab0c273d /include | |
| parent | sunrpc: delay pc_release callback until after the reply is sent (diff) | |
| download | linux-2ee3a75e42081db3d951c0893f5d654f16d1c0e8.tar.gz linux-2ee3a75e42081db3d951c0893f5d654f16d1c0e8.zip | |
nfsd: discard nfsd_file_get_local()
This interface was deprecated by commit e6f7e1487ab5 ("nfs_localio:
simplify interface to nfsd for getting nfsd_file") and is now
unused. So let's remove it.
Signed-off-by: NeilBrown <neil@brown.name>
Reviewed-by: Mike Snitzer <snitzer@kernel.org>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/nfslocalio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nfslocalio.h b/include/linux/nfslocalio.h index 5c7c92659e73..59ea90bd136b 100644 --- a/include/linux/nfslocalio.h +++ b/include/linux/nfslocalio.h @@ -63,7 +63,6 @@ struct nfsd_localio_operations { struct nfsd_file __rcu **pnf, const fmode_t); struct net *(*nfsd_file_put_local)(struct nfsd_file __rcu **); - struct nfsd_file *(*nfsd_file_get_local)(struct nfsd_file *); struct file *(*nfsd_file_file)(struct nfsd_file *); } ____cacheline_aligned; |
