svn commit: r289429 - head/sys/dev/mps

Scott Long scottl at FreeBSD.org
Fri Oct 16 20:18:13 UTC 2015


Author: scottl
Date: Fri Oct 16 20:18:12 2015
New Revision: 289429
URL: https://svnweb.freebsd.org/changeset/base/289429

Log:
  Revert an extra hunk that crept into the last commit.
  
  Submitted by:	emax
  Obtained from:	Netflix, Inc.
  MFC after:	3 days

Modified:
  head/sys/dev/mps/mps_sas.h

Modified: head/sys/dev/mps/mps_sas.h
==============================================================================
--- head/sys/dev/mps/mps_sas.h	Fri Oct 16 19:13:33 2015	(r289428)
+++ head/sys/dev/mps/mps_sas.h	Fri Oct 16 20:18:12 2015	(r289429)
@@ -58,6 +58,7 @@ struct mpssas_target {
 
 	uint16_t	tid;
 	SLIST_HEAD(, mpssas_lun) luns;
+	TAILQ_HEAD(, mps_command) commands;
 	struct mps_command *tm;
 	TAILQ_HEAD(, mps_command) timedout_commands;
 	uint16_t        exp_dev_handle;


More information about the svn-src-all mailing list