From: Stanislav Kinsbursky Date: Tue, 27 Nov 2012 11:42:20 +0000 (+0300) Subject: nfsd: remove redundant declarations X-Git-Tag: v3.8-rc1~20^2~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=864aee5c6f90533984c356494e6b0a8070e5d5f2;p=profile%2Fivi%2Fkernel-x86-ivi.git 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 Signed-off-by: J. Bruce Fields --- diff --git a/fs/nfsd/nfsctl.c b/fs/nfsd/nfsctl.c index dab350d..f5ab74a 100644 --- a/fs/nfsd/nfsctl.c +++ b/fs/nfsd/nfsctl.c @@ -186,9 +186,6 @@ static struct file_operations supported_enctypes_ops = { }; #endif /* CONFIG_SUNRPC_GSS or CONFIG_SUNRPC_GSS_MODULE */ -extern int nfsd_pool_stats_open(struct inode *inode, struct file *file); -extern int nfsd_pool_stats_release(struct inode *inode, struct file *file); - static const struct file_operations pool_stats_operations = { .open = nfsd_pool_stats_open, .read = seq_read,