Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310950
b: refs/heads/master
c: f25efd8
h: refs/heads/master
v: v3
  • Loading branch information
Steve Dickson authored and Trond Myklebust committed Jun 6, 2012
1 parent 91b45db commit 10e2b0f
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: 9bce008bae8b57bc7b007bcc2071d1247a527120
refs/heads/master: f25efd851cc8c0f63d74334bc784a437f4df8ee4
2 changes: 2 additions & 0 deletions trunk/fs/nfs/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ static int nfs4_map_errors(int err)
return -EINVAL;
case -NFS4ERR_SHARE_DENIED:
return -EACCES;
case -NFS4ERR_MINOR_VERS_MISMATCH:
return -EPROTONOSUPPORT;
default:
dprintk("%s could not handle NFSv4 error %d\n",
__func__, -err);
Expand Down

0 comments on commit 10e2b0f

Please sign in to comment.