diff options
author | NeilBrown <neilb@suse.de> | 2024-07-15 17:14:16 +1000 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2024-09-01 10:04:57 -0400 |
commit | c9f10f811cf707e7d7a33e9f7ff678aab9f85551 (patch) | |
tree | dc5f03d1a25327c9748d7630c9473eebf7c8e04d /fs/nfsd/nfsd.h | |
parent | f2b27e1d72527f94f030b6356b3187576e60885b (diff) | |
download | lwn-c9f10f811cf707e7d7a33e9f7ff678aab9f85551.tar.gz lwn-c9f10f811cf707e7d7a33e9f7ff678aab9f85551.zip |
nfsd: move nfsd_pool_stats_open into nfsctl.c
nfsd_pool_stats_open() is used in nfsctl.c, so move it there.
Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'fs/nfsd/nfsd.h')
-rw-r--r-- | fs/nfsd/nfsd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfsd/nfsd.h b/fs/nfsd/nfsd.h index cec8697b1cd6..39e109a7d56d 100644 --- a/fs/nfsd/nfsd.h +++ b/fs/nfsd/nfsd.h @@ -111,8 +111,6 @@ int nfsd_nrthreads(struct net *); int nfsd_nrpools(struct net *); int nfsd_get_nrthreads(int n, int *, struct net *); int nfsd_set_nrthreads(int n, int *, struct net *); -int nfsd_pool_stats_open(struct inode *, struct file *); -int nfsd_pool_stats_release(struct inode *, struct file *); void nfsd_shutdown_threads(struct net *net); bool i_am_nfsd(void); |