diff options
author | Garrett D'Amore <gdamore@opensolaris.org> | 2008-09-24 20:20:15 -0700 |
---|---|---|
committer | Garrett D'Amore <gdamore@opensolaris.org> | 2008-09-24 20:20:15 -0700 |
commit | 1cb84fbf006414a451b65e461cfdb78736884f53 (patch) | |
tree | 21518c3cb1fb9bcca161d56070786a7af562245b /usr/src/uts/common/sys/sdcard/sda_impl.h | |
parent | fbac63660cc7a6ccfe2042916ea594ac07d63fcb (diff) | |
download | illumos-gate-1cb84fbf006414a451b65e461cfdb78736884f53.tar.gz |
6748587 SD Card removal crashed kernel - bad mutex
Diffstat (limited to 'usr/src/uts/common/sys/sdcard/sda_impl.h')
-rw-r--r-- | usr/src/uts/common/sys/sdcard/sda_impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/sdcard/sda_impl.h b/usr/src/uts/common/sys/sdcard/sda_impl.h index c71c897709..c1b48db950 100644 --- a/usr/src/uts/common/sys/sdcard/sda_impl.h +++ b/usr/src/uts/common/sys/sdcard/sda_impl.h @@ -46,8 +46,9 @@ typedef struct sda_slot sda_slot_t; * Per slot state. */ struct sda_slot { - sda_host_t *s_host; + sda_host_t *s_hostp; void *s_prv; /* bus private data */ + dev_info_t *s_dip; /* devinfo node for child */ int s_slot_num; boolean_t s_inserted; |