svn commit: r265522 - stable/10/sys/dev/iscsi
Edward Tomasz Napierala
trasz at FreeBSD.org
Wed May 7 07:47:29 UTC 2014
Author: trasz
Date: Wed May 7 07:47:29 2014
New Revision: 265522
URL: http://svnweb.freebsd.org/changeset/base/265522
Log:
MFC r264538:
Remove useless debug.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/sys/dev/iscsi/iscsi.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev/iscsi/iscsi.c
==============================================================================
--- stable/10/sys/dev/iscsi/iscsi.c Wed May 7 07:46:23 2014 (r265521)
+++ stable/10/sys/dev/iscsi/iscsi.c Wed May 7 07:47:29 2014 (r265522)
@@ -2005,7 +2005,6 @@ iscsi_action(struct cam_sim *sim, union
ISCSI_SESSION_LOCK_ASSERT(is);
if (is->is_terminating) {
- ISCSI_SESSION_DEBUG(is, "called during termination");
ccb->ccb_h.status = CAM_DEV_NOT_THERE;
xpt_done(ccb);
return;
More information about the svn-src-stable
mailing list