]> git.karo-electronics.de Git - mv-sheeva.git/commit
NFSv4.1: Handle NFS4ERR_DELAY on SEQUENCE correctly
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 31 Jul 2010 18:29:06 +0000 (14:29 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 4 Aug 2010 02:06:42 +0000 (22:06 -0400)
commit14516c3a30e256e8d4e7a9af271c8df644ac3222
treeed8d43d6568fca893b7b1ebd7bc38244fc37a409
parent0a8ebba943dd89bdd57c5dab5a66932f690847d9
NFSv4.1: Handle NFS4ERR_DELAY on SEQUENCE correctly

In RFC5661, an NFS4ERR_DELAY error on a SEQUENCE operation has the special
meaning that the server is not finished processing the request. In this
case we want to just retry the request without touching the slot.

Also fix a bug whereby we would fail to update the sequence id if the
server returned any error other than NFS_OK/NFS4ERR_DELAY.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c