NFSv4.1: nfs4_proc_bind_conn_to_session must iterate over all connections
authorTrond Myklebust <trond.myklebust@primarydata.com>
Sun, 31 Jan 2016 03:58:24 +0000 (22:58 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Fri, 5 Feb 2016 23:48:56 +0000 (18:48 -0500)
commitd9ddbf5d9225a417076e89ef650dd276165dfd07
tree70d8d950ecbcadddbc84345717534453d6ea3ee8
parent15001e5a7e1e207b6bd258cd8f187814cd15b6dc
NFSv4.1: nfs4_proc_bind_conn_to_session must iterate over all connections

Use the new helper to ensure that nfs4_proc_bind_conn_to_session() is called
for all connections.
However ensure that we only set the backchannel flag for the connection
pointed to by rpc_clnt->cl_xprt.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4proc.c