From 2f700bd9ec9c0a3438ce7ff95187ab7a18f9f41d Mon Sep 17 00:00:00 2001 From: Ziye Yang Date: Wed, 27 Dec 2017 15:29:16 +0800 Subject: [PATCH] iscsi/conn: remove the libuns related comments. Change-Id: I7df72b21f78ab7f0fe0389b478072330bbbd4215 Signed-off-by: Ziye Yang Reviewed-on: https://review.gerrithub.io/393015 Tested-by: SPDK Automated Test System Reviewed-by: Ben Walker Reviewed-by: Daniel Verkamp --- lib/iscsi/conn.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/iscsi/conn.c b/lib/iscsi/conn.c index 476fdb462..d76e24c83 100644 --- a/lib/iscsi/conn.c +++ b/lib/iscsi/conn.c @@ -522,8 +522,7 @@ error_return: /* * Since we are potentially moving control of this socket to a different - * core, suspend the connection here. This ensures any necessary libuns - * housekeeping for TCP socket to lcore associations gets cleared. + * core, suspend the connection here. */ conn->lcore = spdk_env_get_current_core(); spdk_net_framework_clear_socket_association(conn->sock);