diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2009-12-02 03:42:57 +0300 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2009-12-15 02:06:54 +0300 |
commit | 57ecb34febc4c133ca0ccc7817796605a78a01d3 (patch) | |
tree | cc0b9443c5b1c56c138b3bc0066d36afe55faaeb /include/linux/nfsd | |
parent | 864f0f61f829bac5f150a903aad9619322a25424 (diff) | |
download | linux-57ecb34febc4c133ca0ccc7817796605a78a01d3.tar.xz |
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: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'include/linux/nfsd')
0 files changed, 0 insertions, 0 deletions