summaryrefslogtreecommitdiffstats
path: root/fs/nfs
diff options
context:
space:
mode:
authorReuben Farrelly <reuben-lkml@reub.net>2005-06-22 19:16:28 +0200
committerTrond Myklebust <Trond.Myklebust@netapp.com>2005-06-22 22:07:29 +0200
commitc56c2750229154f6a1cfee533e0a911da3923b5a (patch)
treede80a8591e8d158e039136cee2df59b126030553 /fs/nfs
parent[PATCH] NFSv4: empty array fix (diff)
downloadlinux-c56c2750229154f6a1cfee533e0a911da3923b5a.tar.xz
linux-c56c2750229154f6a1cfee533e0a911da3923b5a.zip
[PATCH] NFSv4: Fix build warning
From: Reuben Farrelly <reuben-lkml@reub.net> With gcc-4.0: fs/nfs/nfs4proc.c:2976: error: static declaration of 'nfs4_file_inode_operations' follows non-static declaration fs/nfs/nfs4_fs.h:179: error: previous declaration of 'nfs4_file_inode_operations' was here Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs')
-rw-r--r--fs/nfs/nfs4_fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h
index d71f416bd9e5..7c6f1d668fbd 100644
--- a/fs/nfs/nfs4_fs.h
+++ b/fs/nfs/nfs4_fs.h
@@ -176,7 +176,6 @@ struct nfs4_state_recovery_ops {
extern struct dentry_operations nfs4_dentry_operations;
extern struct inode_operations nfs4_dir_inode_operations;
-extern struct inode_operations nfs4_file_inode_operations;
/* inode.c */
extern ssize_t nfs4_getxattr(struct dentry *, const char *, void *, size_t);