Date: Tue, 20 Oct 2009 02:35:12 +0000 (UTC) From: Alexander Kabaev <kan@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_raid.c Message-ID: <200910200235.n9K2ZTq1068621@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kan 2009-10-20 02:35:12 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_raid.c Log: SVN rev 198262 on 2009-10-20 02:35:12Z by kan Use callout_init_mtx on FreeBSD versions recent enough. This closes the race where interrupt thread can complete the request for which timeout has fired and while mpt_timeout has blocked on mpt_lock. Do a best effort to keep 4.x ang Giant-locked configurartions compiling still. Reported by: ups Reviewed by: scottl Revision Changes Path 1.50 +9 -1 src/sys/dev/mpt/mpt.c 1.49 +18 -17 src/sys/dev/mpt/mpt.h 1.69 +5 -0 src/sys/dev/mpt/mpt_cam.c 1.23 +8 -3 src/sys/dev/mpt/mpt_raid.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910200235.n9K2ZTq1068621>