Date: Wed, 11 May 2005 15:21:22 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhub.c Message-ID: <200505111521.j4BFLMuj079510@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2005-05-11 15:21:22 UTC FreeBSD src repository Modified files: sys/dev/usb uhub.c Log: Take out Giant in uhub_child_* in giant. There's one place where we could sleep which I think can lead to races. However, there are fewer with this code than without it. Submitted by: Hans Petter Selasky Revision Changes Path 1.69 +16 -9 src/sys/dev/usb/uhub.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505111521.j4BFLMuj079510>