From 59f38038ab1fb667c34a091b98714fa19e6cdb2c Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 19 Sep 2020 17:01:31 +0000 Subject: [PATCH] iscsi-scst: Remove an obsolete comment git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9168 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/kernel/conn.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/iscsi-scst/kernel/conn.c b/iscsi-scst/kernel/conn.c index 1cce72f68..a27ac0983 100644 --- a/iscsi-scst/kernel/conn.c +++ b/iscsi-scst/kernel/conn.c @@ -759,12 +759,6 @@ int conn_activate(struct iscsi_conn *conn) return 0; } -/* - * Note: the code below passes a kernel space pointer (&opt) to setsockopt() - * while the declaration of setsockopt specifies that it expects a user space - * pointer. This seems to work fine, and this approach is also used in some - * other parts of the Linux kernel (see e.g. fs/ocfs2/cluster/tcp.c). - */ static int conn_setup_sock(struct iscsi_conn *conn) { int res = 0;