nfsd4: fix openmode checking on IO using lock stateid
authorJ. Bruce Fields <bfields@redhat.com>
Thu, 29 Jul 2010 19:16:59 +0000 (15:16 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Thu, 29 Jul 2010 20:37:12 +0000 (16:37 -0400)
commit02921914170e3b7fea1cd82dac9713685d2de5e2
tree623710431d4416022594d1a2a473f3ca64bf7490
parent21fb4016bd592409bc8f95737e365ac82413b795
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>
fs/nfsd/nfs4state.c