Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267183
b: refs/heads/master
c: c30e92d
h: refs/heads/master
i:
  267181: e9a7dba
  267179: 3d4d3e7
  267175: 4fd3bf1
  267167: 184ac33
v: v3
  • Loading branch information
J. Bruce Fields committed Oct 10, 2011
1 parent 3239922 commit bc6e77c
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: dcbf8c30344dfa01915c34f88318d464e116f004
refs/heads/master: c30e92df30d7d5fe65262fbce5d1b7de675fe34e
2 changes: 2 additions & 0 deletions trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -3574,6 +3574,8 @@ nfsd4_open_downgrade(struct svc_rqst *rqstp,
if (!access_valid(od->od_share_access, cstate->minorversion)
|| !deny_valid(od->od_share_deny))
return nfserr_inval;
/* We don't yet support WANT bits: */
od->od_share_access &= NFS4_SHARE_ACCESS_MASK;

nfs4_lock_state();
status = nfs4_preprocess_confirmed_seqid_op(cstate, od->od_seqid,
Expand Down

0 comments on commit bc6e77c

Please sign in to comment.