diff options
author | Will Andrews <will@FreeBSD.org> | 2015-01-21 19:59:09 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2015-01-21 19:59:09 +0000 |
commit | 26f1289e4995a203e4b533bfb81d18020a09dc4f (patch) | |
tree | f1dc61900825ee64f016fab7b8f37eb665dfb3d1 | |
parent | 49f159beefdb052e182816178db93c83abbfb649 (diff) |
Notes
-rw-r--r-- | sys/dev/firewire/firewire.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c index c5f5dbac1a7a..f06ac30cb183 100644 --- a/sys/dev/firewire/firewire.c +++ b/sys/dev/firewire/firewire.c @@ -1166,6 +1166,7 @@ fw_xfer_unload(struct fw_xfer *xfer) s = splfw(); FW_GLOCK(xfer->fc); STAILQ_REMOVE(&xfer->q->q, xfer, fw_xfer, link); + xfer->flag &= ~FWXF_INQ; #if 0 xfer->q->queued--; #endif |