NFSv4.1: Ping server when our session table limits are too high
[firefly-linux-kernel-4.4.55.git] / fs / nfs / nfs4state.c
index 1402283d152d48626134d046bd591e303b80050c..c137421f21233f978bf2e26b508f93843abc7aaa 100644 (file)
@@ -1961,6 +1961,11 @@ void nfs41_server_notify_target_slotid_update(struct nfs_client *clp)
        nfs41_ping_server(clp);
 }
 
+void nfs41_server_notify_highest_slotid_update(struct nfs_client *clp)
+{
+       nfs41_ping_server(clp);
+}
+
 static void nfs4_reset_all_state(struct nfs_client *clp)
 {
        if (test_and_set_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) == 0) {