diff options
author | Stanislav Kinsbursky <skinsbursky@parallels.com> | 2012-11-27 06:42:20 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2012-11-28 10:13:55 -0500 |
commit | 864aee5c6f90533984c356494e6b0a8070e5d5f2 (patch) | |
tree | 9d06ac77821358420c39e4da7da9308d002e1c91 | |
parent | f141f79d709de447c8c92ba54821740ae53a5d07 (diff) |
nfsd: remove redundant declarations
This is a cleanup patch. Functions nfsd_pool_stats_open() and
nfsd_pool_stats_release() are declared in fs/nfsd/nfsd.h.
Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
-rw-r--r-- | fs/nfsd/nfsctl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/nfsd/nfsctl.c b/fs/nfsd/nfsctl.c index dab350dfc376..f5ab74af6ce2 100644 --- a/fs/nfsd/nfsctl.c +++ b/fs/nfsd/nfsctl.c | |||
@@ -186,9 +186,6 @@ static struct file_operations supported_enctypes_ops = { | |||
186 | }; | 186 | }; |
187 | #endif /* CONFIG_SUNRPC_GSS or CONFIG_SUNRPC_GSS_MODULE */ | 187 | #endif /* CONFIG_SUNRPC_GSS or CONFIG_SUNRPC_GSS_MODULE */ |
188 | 188 | ||
189 | extern int nfsd_pool_stats_open(struct inode *inode, struct file *file); | ||
190 | extern int nfsd_pool_stats_release(struct inode *inode, struct file *file); | ||
191 | |||
192 | static const struct file_operations pool_stats_operations = { | 189 | static const struct file_operations pool_stats_operations = { |
193 | .open = nfsd_pool_stats_open, | 190 | .open = nfsd_pool_stats_open, |
194 | .read = seq_read, | 191 | .read = seq_read, |