This is the correct code. Signed-off-by: Boaz Harrosh <bharrosh@xxxxxxxxxxx> --- fs/nfsd/nfs4callback.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/nfsd/nfs4callback.c b/fs/nfsd/nfs4callback.c index 3bbeae8..60c719c 100644 --- a/fs/nfsd/nfs4callback.c +++ b/fs/nfsd/nfs4callback.c @@ -1046,7 +1046,7 @@ static void nfsd4_cb_layout_done(struct rpc_task *task, void *calldata) /* Pole the client until it's done with the layout */ rpc_delay(task, HZ/100); /* 10 mili-seconds */ task->tk_status = 0; - rpc_restart_call(task); + rpc_restart_call_prepare(task); break; case -NFS4ERR_NOMATCHING_LAYOUT: task->tk_status = 0; -- 1.6.6.1 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html