Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377304
b: refs/heads/master
c: 58807a5
h: refs/heads/master
v: v3
  • Loading branch information
Nicholas Bellinger committed Jun 20, 2013
1 parent 6433345 commit 4b5f91b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 58bd0c69ffa27ea2309959836811e88004d73720
refs/heads/master: 58807a524782744aed5fb7b8fefac7134721331a
2 changes: 0 additions & 2 deletions trunk/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 trunk/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 trunk/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 4b5f91b

Please sign in to comment.