Commit ca8832ea authored by Trond Myklebust's avatar Trond Myklebust

Fix a memory corruption bug in NFSv4 client.

parent 86fc79a1
......@@ -1529,7 +1529,6 @@ static void
renew_release(struct rpc_task *task)
{
kfree(task->tk_calldata);
task->tk_calldata = NULL;
}
int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment