dect
/
linux-2.6
Archived
13
0
Fork 0

nfs41: Client indicates presence of NFSv4.1 callback channel.

Set the SESSION4_BACK_CHAN flag to indicate the client supports a backchannel.

Signed-off-by: Ricardo Labiaga <ricardo.labiaga@netapp.com>
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
This commit is contained in:
Andy Adamson 2009-04-01 09:23:16 -04:00 committed by Benny Halevy
parent 0b5b7ae0a8
commit 0f91421e8e
1 changed files with 1 additions and 1 deletions

View File

@ -4598,7 +4598,7 @@ static int _nfs4_proc_create_session(struct nfs_client *clp)
int status;
nfs4_init_channel_attrs(&args);
args.flags = (SESSION4_PERSIST);
args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN);
status = rpc_call_sync(session->clp->cl_rpcclient, &msg, 0);