diff options
| author | NeilBrown <neil@brown.name> | 2025-07-18 04:26:15 +0300 |
|---|---|---|
| committer | Chuck Lever <chuck.lever@oracle.com> | 2025-09-22 02:24:50 +0300 |
| commit | 2ee3a75e42081db3d951c0893f5d654f16d1c0e8 (patch) | |
| tree | 9d726735f800bd591e677fb43f2e3693ab0c273d /include/linux | |
| parent | d9adbb6e10bf7d4223d3d521ede1b2052903bc5e (diff) | |
| download | linux-2ee3a75e42081db3d951c0893f5d654f16d1c0e8.tar.xz | |
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/linux')
| -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; |
