diff options
author | Bryan Schumaker <bjschuma@netapp.com> | 2012-04-27 13:27:46 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-04-27 14:10:39 -0400 |
commit | 80a16b21a81eb639f0b726549f4c46c0e9aff92e (patch) | |
tree | 5095cb05498d16e64976b03c38b3fcdaa83e4ecb /fs/nfs/nfs4proc.c | |
parent | 281cad46b34db4dbb1d1e603f7b9cfe25d1ae7c9 (diff) |
NFS: Remove extra rpc_clnt argument to proc_lookup
Now that I'm doing secinfo automatically in the v4 code this extra
argument isn't needed.
Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r-- | fs/nfs/nfs4proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 2091af294c61..1780391a2c4c 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c | |||
@@ -2578,7 +2578,7 @@ out: | |||
2578 | return err; | 2578 | return err; |
2579 | } | 2579 | } |
2580 | 2580 | ||
2581 | static int nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir, struct qstr *name, | 2581 | static int nfs4_proc_lookup(struct inode *dir, struct qstr *name, |
2582 | struct nfs_fh *fhandle, struct nfs_fattr *fattr) | 2582 | struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
2583 | { | 2583 | { |
2584 | int status; | 2584 | int status; |