]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/nfs/nfs4proc.c
NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2 client
[karo-tx-linux.git] / fs / nfs / nfs4proc.c
index 15ee8bd99b6156374df907201e0aa5cc7ca0d39c..43bace809be7dfb5c23c893ff3ae0d22b42efffa 100644 (file)
@@ -8661,6 +8661,7 @@ static const struct nfs4_minor_version_ops nfs_v4_2_minor_ops = {
        .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
        .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
        .state_renewal_ops = &nfs41_state_renewal_ops,
+       .mig_recovery_ops = &nfs41_mig_recovery_ops,
 };
 #endif