Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142207
b: refs/heads/master
c: 84459a1
h: refs/heads/master
i:
  142205: 8543a0c
  142203: 92f905d
  142199: c58f00f
  142191: 4c2a247
  142175: 9742489
  142143: d887655
  142079: 6909a86
v: v3
  • Loading branch information
Andy Adamson authored and J. Bruce Fields committed Apr 4, 2009
1 parent 1fd2afb commit dbc1dba
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d87a8ade95288f28c729e076cd74929f3f199b6c
refs/heads/master: 84459a1162801fb84734e5f9e6dc5194f791d69b
3 changes: 2 additions & 1 deletion trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -1889,7 +1889,8 @@ init_stateid(struct nfs4_stateid *stp, struct nfs4_file *fp, struct nfsd4_open *
stp->st_stateid.si_generation = 0;
stp->st_access_bmap = 0;
stp->st_deny_bmap = 0;
__set_bit(open->op_share_access, &stp->st_access_bmap);
__set_bit(open->op_share_access & ~NFS4_SHARE_WANT_MASK,
&stp->st_access_bmap);
__set_bit(open->op_share_deny, &stp->st_deny_bmap);
stp->st_openstp = NULL;
}
Expand Down

0 comments on commit dbc1dba

Please sign in to comment.