From: J. Bruce Fields Date: Wed, 2 Dec 2009 00:42:57 +0000 (-0500) Subject: nfsd4: fix share mode permissions X-Git-Tag: v2.6.33-rc1~57^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57ecb34febc4c133ca0ccc7817796605a78a01d3;p=pandora-kernel.git 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 --- Reading git-diff-tree failed