svn commit: r273731 - head/sys/cam/ctl

Alexander Motin mav at FreeBSD.org
Mon Oct 27 09:30:58 UTC 2014


Author: mav
Date: Mon Oct 27 09:30:57 2014
New Revision: 273731
URL: https://svnweb.freebsd.org/changeset/base/273731

Log:
  Remove comment obsoleted by r273730.
  
  MFC after:	1 week

Modified:
  head/sys/cam/ctl/ctl.c

Modified: head/sys/cam/ctl/ctl.c
==============================================================================
--- head/sys/cam/ctl/ctl.c	Mon Oct 27 09:26:24 2014	(r273730)
+++ head/sys/cam/ctl/ctl.c	Mon Oct 27 09:30:57 2014	(r273731)
@@ -11172,9 +11172,6 @@ ctl_scsiio_lun_check(struct ctl_softc *c
 		 * if we aren't registered or it's a res holder type
 		 * reservation and this isn't the res holder then set a
 		 * conflict.
-		 * NOTE: Commands which might be allowed on write exclusive
-		 * type reservations are checked in the particular command
-		 * for a conflict. Read and SSU are the only ones.
 		 */
 		if (lun->pr_keys[residx] == 0
 		 || (residx != lun->pr_res_idx && lun->res_type < 4)) {


More information about the svn-src-all mailing list