nfsd: nfs4_file_get_access: need to be more careful with O_RDWR
authorHarshula Jayasuriya <harshula@redhat.com>
Tue, 23 Jul 2013 04:05:14 +0000 (14:05 +1000)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 23 Jul 2013 16:26:51 +0000 (12:26 -0400)
If fi_fds = {non-NULL, NULL, non-NULL} and oflag = O_WRONLY
the WARN_ON_ONCE(!(fp->fi_fds[oflag] || fp->fi_fds[O_RDWR]))
doesn't trigger when it should.

Signed-off-by: Harshula Jayasuriya <harshula@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>

No differences found