Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 2015 20:18:12 +0000 (UTC)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289429 - head/sys/dev/mps
Message-ID:  <201510162018.t9GKICR3059646@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510162018.t9GKICR3059646>