From acb570cf14d0149aee48707e465eebede14c6db5 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Fri, 16 Oct 2015 20:18:12 +0000 Subject: [PATCH] Revert an extra hunk that crept into the last commit. Submitted by: emax Obtained from: Netflix, Inc. MFC after: 3 days --- sys/dev/mps/mps_sas.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/mps/mps_sas.h b/sys/dev/mps/mps_sas.h index 825574574edc..d03258d9a7c9 100644 --- a/sys/dev/mps/mps_sas.h +++ b/sys/dev/mps/mps_sas.h @@ -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;