Date: Sat, 16 Sep 2006 13:49:22 GMT From: Hans Petter Selasky <hselasky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 106204 for review Message-ID: <200609161349.k8GDnL8T052281@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=106204 Change 106204 by hselasky@hselasky_mini_itx on 2006/09/16 13:48:30 Add missing callout_drain(). Affected files ... .. //depot/projects/usb/src/sys/dev/usb/usb_transfer.c#15 edit Differences ... ==== //depot/projects/usb/src/sys/dev/usb/usb_transfer.c#15 (text+ko) ==== @@ -430,6 +430,8 @@ mtx_unlock(xfer->priv_mtx); } + __callout_drain(&(xfer->timeout_handle)); + if(xfer->usb_root) { usbd_drop_refcount(xfer->usb_root);home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609161349.k8GDnL8T052281>
