From: Trond Myklebust Date: Wed, 4 Dec 2013 22:39:23 +0000 (-0500) Subject: NFSv4: OPEN must handle the NFS4ERR_IO return code correctly X-Git-Tag: v3.14-rc1~77^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7848f69ec4a8c03732cde5c949bd2aa711a9f4b;p=pandora-kernel.git NFSv4: OPEN must handle the NFS4ERR_IO return code correctly decode_op_hdr() cannot distinguish between an XDR decoding error and the perfectly valid errorcode NFS4ERR_IO. This is normally not a problem, but for the particular case of OPEN, we need to be able to increment the NFSv4 open sequence id when the server returns a valid response. Reported-by: J Bruce Fields Link: http://lkml.kernel.org/r/20131204210356.GA19452@fieldses.org Signed-off-by: Trond Myklebust Cc: stable@vger.kernel.org --- Reading git-diff-tree failed