From e46e06441e7d5a398338849c6c5c9f71000eee1f Mon Sep 17 00:00:00 2001 From: Stanislav Kinsbursky Date: Tue, 27 Nov 2012 14:42:20 +0300 Subject: [PATCH] --- yaml --- r: 347687 b: refs/heads/master c: 864aee5c6f90533984c356494e6b0a8070e5d5f2 h: refs/heads/master i: 347685: 3ddcc55bb2ae8152d3d2b7d0be37ea212c2c12c1 347683: 590a203e5319d8912d732240b7a0424327296403 347679: 78e3cf0993b9a552cce7d807f5c2c289c4d9b0e5 v: v3 --- [refs] | 2 +- trunk/fs/nfsd/nfsctl.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 051d70511039..ba33deaa38e9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f141f79d709de447c8c92ba54821740ae53a5d07 +refs/heads/master: 864aee5c6f90533984c356494e6b0a8070e5d5f2 diff --git a/trunk/fs/nfsd/nfsctl.c b/trunk/fs/nfsd/nfsctl.c index dab350dfc376..f5ab74af6ce2 100644 --- a/trunk/fs/nfsd/nfsctl.c +++ b/trunk/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,