Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242989
b: refs/heads/master
c: a0e7e3c
h: refs/heads/master
i:
  242987: 97203de
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Mar 27, 2011
1 parent a8a449a commit 141c171
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4d65c520fb4abed970069d18c119cfe85624f46d
refs/heads/master: a0e7e3cf7932d6c77de0dc79a40dbaeb8060b544
4 changes: 3 additions & 1 deletion trunk/fs/nfs/namespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,15 @@ static rpc_authflavor_t nfs_lookup_with_sec(struct nfs_server *server, struct de
auth = rpcauth_create(flavor, clone);
if (!auth) {
flavor = -EIO;
goto out;
goto out_shutdown;
}
err = server->nfs_client->rpc_ops->lookup(clone, parent->d_inode,
&path->dentry->d_name,
fh, fattr);
if (err < 0)
flavor = err;
out_shutdown:
rpc_shutdown_client(clone);
out:
return flavor;
}
Expand Down

0 comments on commit 141c171

Please sign in to comment.