NFSv4.1: Reset the sequence number for slots that have been deallocated
When the server tells us that it is dynamically resizing the session replay cache, we should reset the sequence number for those slots that have been deallocated. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
@@ -5550,8 +5550,8 @@ static int decode_sequence(struct xdr_stream *xdr,
|
||||
dprintk("%s Invalid slot id\n", __func__);
|
||||
goto out_err;
|
||||
}
|
||||
/* highest slot id - currently not processed */
|
||||
dummy = be32_to_cpup(p++);
|
||||
/* highest slot id */
|
||||
res->sr_highest_slotid = be32_to_cpup(p++);
|
||||
/* target highest slot id */
|
||||
res->sr_target_highest_slotid = be32_to_cpup(p++);
|
||||
/* result flags */
|
||||
|
Reference in New Issue
Block a user