Skip to content
Commit 57ecb34f authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

nfsd4: fix share mode permissions



NFSv4 opens may function as locks denying other NFSv4 users the rights
to open a file.

We're requiring a user to have write permissions before they can deny
write.  We're *not* requiring a user to have write permissions to deny
read, which is if anything a more drastic denial.

What was intended was to require write permissions for DENY_READ.

Signed-off-by: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
parent 864f0f61
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment