diff options
Diffstat (limited to 'fs/nfs/nfs4client.c')
-rw-r--r-- | fs/nfs/nfs4client.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/nfs/nfs4client.c b/fs/nfs/nfs4client.c index 50566acb5469..e9bea90dc017 100644 --- a/fs/nfs/nfs4client.c +++ b/fs/nfs/nfs4client.c | |||
@@ -660,9 +660,6 @@ int nfs4_detect_session_trunking(struct nfs_client *clp, | |||
660 | if (!nfs4_check_server_scope(clp->cl_serverscope, res->server_scope)) | 660 | if (!nfs4_check_server_scope(clp->cl_serverscope, res->server_scope)) |
661 | goto out_err; | 661 | goto out_err; |
662 | 662 | ||
663 | /* Session trunking passed, add the xprt */ | ||
664 | rpc_clnt_xprt_switch_add_xprt(clp->cl_rpcclient, xprt); | ||
665 | |||
666 | pr_info("NFS: %s: Session trunking succeeded for %s\n", | 663 | pr_info("NFS: %s: Session trunking succeeded for %s\n", |
667 | clp->cl_hostname, | 664 | clp->cl_hostname, |
668 | xprt->address_strings[RPC_DISPLAY_ADDR]); | 665 | xprt->address_strings[RPC_DISPLAY_ADDR]); |