nfsd4: fix use of op_share_access
authorJ. Bruce Fields <bfields@citi.umich.edu>
Wed, 19 May 2010 00:01:35 +0000 (20:01 -0400)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Mon, 31 May 2010 16:43:55 +0000 (12:43 -0400)
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>

No differences found