commit | 24a0111e405abeb74701ce3b7b665365c27de19e | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Tue May 18 20:01:35 2010 -0400 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Mon May 31 12:43:55 2010 -0400 |
tree | 97812d2abd30aeebf9eb1d4977b34a0175665e23 | |
parent | 172c85dd5764d2766bfd68621e5b54e85c4a6cfa [diff] |
nfsd4: fix use of op_share_access NFSv4.1 adds additional flags to the share_access argument of the open call. These flags need to be masked out in some of the existing code, but current code does that inconsistently. Tested-by: Michael Groshans <groshans@citi.umich.edu> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>