Skip to content

Commit

Permalink
nfs41: Client indicates presence of NFSv4.1 callback channel.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andy Adamson authored and Benny Halevy committed Jun 17, 2009
1 parent 0b5b7ae commit 0f91421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/nfs/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 0f91421

Please sign in to comment.