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)
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>

No differences found