Date: Sat, 14 Nov 2009 20:23:20 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/cam cam_xpt.c Message-ID: <200911142023.nAEKNhNb090220@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2009-11-14 20:23:20 UTC FreeBSD src repository Modified files: sys/cam cam_xpt.c Log: SVN rev 199280 on 2009-11-14 20:23:20Z by mav MFp4: Remove code that years ago was closing race between request submission to SIM and device/SIM freeze. That race become impossible after moving from spl to mutex locking, while this workaround causes some unexpected effects. Revision Changes Path 1.235 +3 -37 src/sys/cam/cam_xpt.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911142023.nAEKNhNb090220>