diff options
author | vikram <none@none> | 2008-07-31 00:41:24 -0700 |
---|---|---|
committer | vikram <none@none> | 2008-07-31 00:41:24 -0700 |
commit | ffc89d770ba895ae3788935db305c2fc9263cf3c (patch) | |
tree | ba3944bd41c79c21c6c38213e44749e41228b48d /usr/src/uts/common/os/instance.c | |
parent | a1f56047ce3bc10dd794dfc45be8b3ff11221725 (diff) | |
download | illumos-gate-ffc89d770ba895ae3788935db305c2fc9263cf3c.tar.gz |
6731031 panic assertion failed: devi->devi_busy_thread == (threadp()) file: devcfg.c, line: 1835
6731108 in_dq_drv() unlinks multiple in_drv_t
Diffstat (limited to 'usr/src/uts/common/os/instance.c')
-rw-r--r-- | usr/src/uts/common/os/instance.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/os/instance.c b/usr/src/uts/common/os/instance.c index 8fd596b00c..1e58309d8d 100644 --- a/usr/src/uts/common/os/instance.c +++ b/usr/src/uts/common/os/instance.c @@ -1321,6 +1321,7 @@ in_dq_drv(in_drv_t *mp) prev->ind_next_drv = ptr->ind_next_drv; return; } + prev = ptr; } panic("in_dq_drv: in_drv not found on node driver list"); } |