Skip to content

Commit

Permalink
iscsi-target: Remove left over v3.10-rc debug printks
Browse files Browse the repository at this point in the history
Reported-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
  • Loading branch information
Nicholas Bellinger committed Jun 20, 2013
1 parent 58bd0c6 commit 58807a5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions drivers/target/iscsi/iscsi_target_configfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 0 additions & 3 deletions drivers/target/iscsi/iscsi_target_login.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand All @@ -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));
Expand Down
3 changes: 0 additions & 3 deletions drivers/target/iscsi/iscsi_target_nego.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 58807a5

Please sign in to comment.