]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
nfsd4: return "real" sequence id in confirmed case
authorJ. Bruce Fields <bfields@redhat.com>
Sat, 26 May 2012 01:40:23 +0000 (21:40 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 1 Jun 2012 00:30:27 +0000 (20:30 -0400)
The client should ignore the returned sequence_id in the case where the
CONFIRMED flag is set on an exchange_id reply--and in the unconfirmed
case "1" is always the right response.  So it shouldn't actually matter
what we return here.

We could continue returning 1 just to catch clients ignoring the spec
here, but I'd rather be generous.  Other things equal, returning the
existing sequence_id seems more informative.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c

index 83a68983aa26ab26755d8ca70b4d7e850e194c1b..e0ed84d17aa8914caf93385df44419620d02f098 100644 (file)
@@ -1650,7 +1650,7 @@ out_copy:
        exid->clientid.cl_boot = new->cl_clientid.cl_boot;
        exid->clientid.cl_id = new->cl_clientid.cl_id;
 
-       exid->seqid = 1;
+       exid->seqid = new->cl_cs_slot.sl_seqid + 1;
        nfsd4_set_ex_flags(new, exid);
 
        dprintk("nfsd4_exchange_id seqid %d flags %x\n",