CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2011/01/06 10:32:42

Modified files:
        sys/dev        : vnd.c 

Log message:
init and destory the bufq in the ioctl handler, as
the softc is zero'ed when the vnd is unconfigured;
otherwise we blow up when configuring a vnd the second
time since the bufq structure is kaputt.

found by and OK krw@

Reply via email to