Date: Mon, 7 Jun 2010 16:32:12 +0000 (UTC) From: Matt Jacob <mjacob@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: <201006071632.o57GWSDv009165@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mjacob 2010-06-07 16:32:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_raid.c Log: SVN rev 208894 on 2010-06-07 16:32:12Z by mjacob MFC of 198262 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. Approved by: re (kib) Revision Changes Path 1.49.2.3 +9 -1 src/sys/dev/mpt/mpt.c 1.48.2.3 +18 -17 src/sys/dev/mpt/mpt.h 1.68.2.5 +5 -0 src/sys/dev/mpt/mpt_cam.c 1.20.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?201006071632.o57GWSDv009165>