Date: Mon, 22 Sep 1997 15:31:37 -0500 (CDT) From: dave adkins <adkin003@tc.umn.edu> To: current@freebsd.org Subject: is wcd.c missing a bufq_init call in wcdattach Message-ID: <Pine.NEB.3.96.970922152126.238C-100000@samthedog>
next in thread | raw e-mail | index | archive | help
Hi, I panic'd in bufqdisksort during mount_cd9660 (current 970922). It looks like the it's a result of an uninitialized queue. I noticed that the wcd stuff didn't seem to initialize the queue (wcd[unit]->buf_queue). Adding a bufq_init call to wdcstrategy seemed to fix the problem. dave adkins
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96.970922152126.238C-100000>