NFSv4.1: CB_RECALL_SLOT must schedule a sequence op after updating targets
[firefly-linux-kernel-4.4.55.git] / fs / nfs / callback_proc.c
index 8610bd1d136df650583ab1b43a4d7cd0ff7be767..f99faad78c72e0a558a60912fb2c5483808b8fdc 100644 (file)
@@ -570,6 +570,7 @@ __be32 nfs4_callback_recallslot(struct cb_recallslotargs *args, void *dummy,
        status = htonl(NFS4_OK);
 
        nfs41_set_target_slotid(fc_tbl, args->crsa_target_highest_slotid);
+       nfs41_server_notify_target_slotid_update(cps->clp);
 out:
        dprintk("%s: exit with status = %d\n", __func__, ntohl(status));
        return status;