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; _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"