diff options
Diffstat (limited to 'fs/nfs/proc.c')
-rw-r--r-- | fs/nfs/proc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/nfs/proc.c b/fs/nfs/proc.c index 763f77e7f1f1..e0c257bd62b9 100644 --- a/fs/nfs/proc.c +++ b/fs/nfs/proc.c | |||
@@ -99,7 +99,8 @@ nfs_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, | |||
99 | */ | 99 | */ |
100 | static int | 100 | static int |
101 | nfs_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, | 101 | nfs_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, |
102 | struct nfs_fattr *fattr, struct nfs4_label *label) | 102 | struct nfs_fattr *fattr, struct nfs4_label *label, |
103 | struct inode *inode) | ||
103 | { | 104 | { |
104 | struct rpc_message msg = { | 105 | struct rpc_message msg = { |
105 | .rpc_proc = &nfs_procedures[NFSPROC_GETATTR], | 106 | .rpc_proc = &nfs_procedures[NFSPROC_GETATTR], |