Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
[platform/kernel/linux-rpi.git] / fs / nfs / nfs4state.c
index beb9448..c3503fb 100644 (file)
@@ -1312,7 +1312,8 @@ int nfs4_wait_clnt_recover(struct nfs_client *clp)
 
        refcount_inc(&clp->cl_count);
        res = wait_on_bit_action(&clp->cl_state, NFS4CLNT_MANAGER_RUNNING,
-                                nfs_wait_bit_killable, TASK_KILLABLE);
+                                nfs_wait_bit_killable,
+                                TASK_KILLABLE|TASK_FREEZABLE_UNSAFE);
        if (res)
                goto out;
        if (clp->cl_cons_state < 0)