diff options
author | scottl <scottl@FreeBSD.org> | 2015-10-16 20:18:12 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2015-10-16 20:18:12 +0000 |
commit | edede50e854e2ed52e55491c060b8bef667e3c0b (patch) | |
tree | 94609f4590375dd71d2c24f354b35c6f9fbbcfe0 | |
parent | dfffba1e9869f54427035292cfa8093ad6156747 (diff) | |
download | FreeBSD-src-edede50e854e2ed52e55491c060b8bef667e3c0b.zip FreeBSD-src-edede50e854e2ed52e55491c060b8bef667e3c0b.tar.gz |
Revert an extra hunk that crept into the last commit.
Submitted by: emax
Obtained from: Netflix, Inc.
MFC after: 3 days
-rw-r--r-- | sys/dev/mps/mps_sas.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/mps/mps_sas.h b/sys/dev/mps/mps_sas.h index 8255745..d03258d 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; |