Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110609723
D48927.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D48927.diff
View Options
diff --git a/usr.sbin/ctld/kernel.c b/usr.sbin/ctld/kernel.c
--- a/usr.sbin/ctld/kernel.c
+++ b/usr.sbin/ctld/kernel.c
@@ -543,10 +543,6 @@
port->port_id, name);
pp = pport_find(kports, name);
if (pp == NULL) {
-#if 0
- log_debugx("found new kernel port %u \"%s\"",
- port->port_id, name);
-#endif
pp = pport_new(kports, name, port->port_id);
if (pp == NULL) {
log_warnx("pport_new failed");
@@ -563,10 +559,6 @@
targ = target_find(conf, port->cfiscsi_target);
if (targ == NULL) {
-#if 0
- log_debugx("found new kernel target %s for CTL port %ld",
- port->cfiscsi_target, port->port_id);
-#endif
targ = target_new(conf, port->cfiscsi_target);
if (targ == NULL) {
log_warnx("target_new failed");
@@ -578,10 +570,6 @@
continue;
pg = portal_group_find(conf, port->ctld_portal_group_name);
if (pg == NULL) {
-#if 0
- log_debugx("found new kernel portal group %s for CTL port %ld",
- port->ctld_portal_group_name, port->port_id);
-#endif
pg = portal_group_new(conf, port->ctld_portal_group_name);
if (pg == NULL) {
log_warnx("portal_group_new failed");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 21, 8:53 PM (1 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16604007
Default Alt Text
D48927.diff (1 KB)
Attached To
Mode
D48927: ctld: Drop some #if 0'd debugging traces
Attached
Detach File
Event Timeline
Log In to Comment