Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308679
b: refs/heads/master
c: fb13bfa
h: refs/heads/master
i:
  308677: 30a145c
  308675: 81d5327
  308671: 587b31a
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed May 28, 2012
1 parent eea9147 commit d07bed2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 359d7d1c976851c658aa7085761015812ed3b56f
refs/heads/master: fb13bfa7e1bcfdcfdece47c24b62f1a1cad957e9
2 changes: 2 additions & 0 deletions trunk/fs/nfs/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ static int nfs4_map_errors(int err)
case -NFS4ERR_BADOWNER:
case -NFS4ERR_BADNAME:
return -EINVAL;
case -NFS4ERR_SHARE_DENIED:
return -EACCES;
default:
dprintk("%s could not handle NFSv4 error %d\n",
__func__, -err);
Expand Down

0 comments on commit d07bed2

Please sign in to comment.