Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367327
b: refs/heads/master
c: 75bc882
h: refs/heads/master
i:
  367325: 8b223b1
  367323: a44341c
  367319: 3af7d65
  367311: 673c035
  367295: ba3c7d9
v: v3
  • Loading branch information
Chuck Lever authored and Trond Myklebust committed Mar 29, 2013
1 parent d1c9d95 commit 5c9f32a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 5007220b87d2ae9da1ab2025bfa35f6e2b3376f5
refs/heads/master: 75bc8821bd9ae76f2ffb92a46f7abdbb0aaa0536
2 changes: 1 addition & 1 deletion trunk/fs/nfs/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2506,7 +2506,7 @@ static int nfs4_lookup_root_sec(struct nfs_server *server, struct nfs_fh *fhandl

auth = rpcauth_create(flavor, server->client);
if (IS_ERR(auth)) {
ret = -EIO;
ret = -EACCES;
goto out;
}
ret = nfs4_lookup_root(server, fhandle, info);
Expand Down

0 comments on commit 5c9f32a

Please sign in to comment.