NFS: Remove nfs41_server_notify_{target|highest}_slotid_update()
[deliverable/linux.git] / fs / nfs / callback_proc.c
index 29e3c1b011b73e4661f4deb1ef200e2f8d27792b..624bef79ba7c24cfb1593a9c61b42ac9f7a5c626 100644 (file)
@@ -554,7 +554,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);
+       nfs41_notify_server(cps->clp);
 out:
        dprintk("%s: exit with status = %d\n", __func__, ntohl(status));
        return status;
This page took 0.028286 seconds and 5 git commands to generate.