aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/nfs/nfs4proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index f1f087b483ce..4213c8814997 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -4598,7 +4598,7 @@ static int _nfs4_proc_create_session(struct nfs_client *clp)
4598 int status; 4598 int status;
4599 4599
4600 nfs4_init_channel_attrs(&args); 4600 nfs4_init_channel_attrs(&args);
4601 args.flags = (SESSION4_PERSIST); 4601 args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN);
4602 4602
4603 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, 0); 4603 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, 0);
4604 4604