svn commit: r302254 - head/sys/cam/scsi

Sean Bruno sbruno at FreeBSD.org
Tue Jun 28 18:32:17 UTC 2016


Author: sbruno
Date: Tue Jun 28 18:32:15 2016
New Revision: 302254
URL: https://svnweb.freebsd.org/changeset/base/302254

Log:
  Revert svn r302253 at the request/review of Ken M.  This commit is
  incorrect.
  
  PR:		202625
  Approved by:	re (implicit)

Modified:
  head/sys/cam/scsi/scsi_all.c

Modified: head/sys/cam/scsi/scsi_all.c
==============================================================================
--- head/sys/cam/scsi/scsi_all.c	Tue Jun 28 18:08:47 2016	(r302253)
+++ head/sys/cam/scsi/scsi_all.c	Tue Jun 28 18:32:15 2016	(r302254)
@@ -8788,7 +8788,6 @@ scsi_persistent_reserve_out(struct ccb_s
 	scsi_cmd->opcode = PERSISTENT_RES_OUT;
 	scsi_cmd->action = service_action;
 	scsi_cmd->scope_type = scope | res_type;
-	scsi_ulto2b(dxfer_len, scsi_cmd->length);
 
 	cam_fill_csio(csio,
 		      retries,


More information about the svn-src-head mailing list