Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58807a52 authored by Nicholas Bellinger's avatar Nicholas Bellinger
Browse files

iscsi-target: Remove left over v3.10-rc debug printks

parent 58bd0c69
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -195,8 +195,6 @@ static ssize_t lio_target_np_store_iser(
		}
	}

	printk("lio_target_np_store_iser() done, op: %d\n", op);

	iscsit_put_tpg(tpg);
	return count;
out:
+0 −3
Original line number Diff line number Diff line
@@ -984,8 +984,6 @@ int iscsi_target_setup_login_socket(
	}

	np->np_transport = t;
	printk("Set np->np_transport to %p -> %s\n", np->np_transport,
				np->np_transport->name);
	return 0;
}

@@ -1002,7 +1000,6 @@ int iscsit_accept_np(struct iscsi_np *np, struct iscsi_conn *conn)

	conn->sock = new_sock;
	conn->login_family = np->np_sockaddr.ss_family;
	printk("iSCSI/TCP: Setup conn->sock from new_sock: %p\n", new_sock);

	if (np->np_sockaddr.ss_family == AF_INET6) {
		memset(&sock_in6, 0, sizeof(struct sockaddr_in6));
+0 −3
Original line number Diff line number Diff line
@@ -721,9 +721,6 @@ int iscsi_target_locate_portal(

		start += strlen(key) + strlen(value) + 2;
	}

	printk("i_buf: %s, s_buf: %s, t_buf: %s\n", i_buf, s_buf, t_buf);

	/*
	 * See 5.3.  Login Phase.
	 */