Date: Sat, 28 Feb 2009 10:24:57 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/cam cam_xpt.c Message-ID: <200902281025.n1SAPEfU064580@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
trasz 2009-02-28 10:24:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/cam cam_xpt.c Log: SVN rev 189144 on 2009-02-28 10:24:57Z by trasz MFC r186184: Get rid of dead_sim. There is no way to make it work - any attempt to actually use it would panic on mtx operation, as dead_sim doesn't have a proper mutex. Even if it had a properly initialized mutex, it wouldn't have properly locked and owned one. Reviewed by: scottl Approved by: rwatson (mentor) Sponsored by: FreeBSD Foundation Revision Changes Path 1.190.2.7 +5 -100 src/sys/cam/cam_xpt.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902281025.n1SAPEfU064580>