commit | 02921914170e3b7fea1cd82dac9713685d2de5e2 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Thu Jul 29 15:16:59 2010 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Jul 29 16:37:12 2010 -0400 |
tree | 623710431d4416022594d1a2a473f3ca64bf7490 | |
parent | 21fb4016bd592409bc8f95737e365ac82413b795 [diff] |
nfsd4: fix openmode checking on IO using lock stateid It is legal to perform a write using the lock stateid that was originally associated with a read lock, or with a file that was originally opened for read, but has since been upgraded. So, when checking the openmode, check the mode associated with the open stateid from which the lock was derived. Signed-off-by: J. Bruce Fields <bfields@redhat.com>