Commit fdd46e51 authored by Trond Myklebust's avatar Trond Myklebust

NFSv4: Enable delegations by actually telling the server about our

   recall ability.
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@fys.uio.no>
parent ef7306b4
......@@ -207,7 +207,7 @@ nfs4_put_client(struct nfs4_client *clp)
int nfs4_init_client(struct nfs4_client *clp)
{
int status = nfs4_proc_setclientid(clp, 0, 0);
int status = nfs4_proc_setclientid(clp, NFS4_CALLBACK, nfs_callback_tcpport);
if (status == 0)
status = nfs4_proc_setclientid_confirm(clp);
if (status == 0)
......
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