Date: Mon, 25 Jul 2011 16:11:52 +0000 (UTC) From: Marius Strobl <marius@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: <201107251612.p6PGC2kn068844@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2011-07-25 16:11:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_raid.c Log: SVN rev 224327 on 2011-07-25 16:11:52Z by marius MFC: r198262 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. Revision Changes Path 1.44.2.8 +9 -1 src/sys/dev/mpt/mpt.c 1.42.2.7 +18 -17 src/sys/dev/mpt/mpt.h 1.61.2.9 +5 -0 src/sys/dev/mpt/mpt_cam.c 1.15.2.5 +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?201107251612.p6PGC2kn068844>