svn commit: r273321 - stable/10/sys/cam/ctl
Alexander Motin
mav at FreeBSD.org
Mon Oct 20 08:04:47 UTC 2014
Author: mav
Date: Mon Oct 20 08:04:46 2014
New Revision: 273321
URL: https://svnweb.freebsd.org/changeset/base/273321
Log:
MFC r273008: Remove stale comments.
Modified:
stable/10/sys/cam/ctl/scsi_ctl.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/cam/ctl/scsi_ctl.c
==============================================================================
--- stable/10/sys/cam/ctl/scsi_ctl.c Mon Oct 20 08:03:23 2014 (r273320)
+++ stable/10/sys/cam/ctl/scsi_ctl.c Mon Oct 20 08:04:46 2014 (r273321)
@@ -1513,11 +1513,6 @@ ctlfedone(struct cam_periph *periph, uni
case CAM_MESSAGE_RECV:
switch (inot->arg) {
case MSG_ABORT_TASK_SET:
- /*
- * XXX KDM this isn't currently
- * supported by CTL. It ends up
- * being a no-op.
- */
io->taskio.task_action =
CTL_TASK_ABORT_TASK_SET;
break;
@@ -1534,11 +1529,6 @@ ctlfedone(struct cam_periph *periph, uni
CTL_TASK_LUN_RESET;
break;
case MSG_CLEAR_TASK_SET:
- /*
- * XXX KDM this isn't currently
- * supported by CTL. It ends up
- * being a no-op.
- */
io->taskio.task_action =
CTL_TASK_CLEAR_TASK_SET;
break;
More information about the svn-src-stable
mailing list