NFSv4: Fix another bug in the close/open_downgrade code
authorTrond Myklebust <[email protected]>
Thu, 18 Sep 2014 15:51:32 +0000 (11:51 -0400)
committerTrond Myklebust <[email protected]>
Thu, 18 Sep 2014 17:04:22 +0000 (13:04 -0400)
commitcd9288ffaea4359d5cfe2b8d264911506aed26a4
tree82bddbe31030ef1c460d0df957afb55ff1d99283
parent080af20cc945d110f9912d01cf6b66f94a375b8d
NFSv4: Fix another bug in the close/open_downgrade code

James Drew reports another bug whereby the NFS client is now sending
an OPEN_DOWNGRADE in a situation where it should really have sent a
CLOSE: the client is opening the file for O_RDWR, but then trying to
do a downgrade to O_RDONLY, which is not allowed by the NFSv4 spec.

Reported-by: James Drews <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Fixes: aee7af356e15 (NFSv4: Fix problems with close in the presence...)
Cc: [email protected] # 2.6.33+
Signed-off-by: Trond Myklebust <[email protected]>
fs/nfs/nfs4proc.c