Date: Sat, 19 Sep 2009 20:25:54 +0000 (UTC) From: Matt Jacob <mjacob@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/cam/scsi scsi_target.c Message-ID: <200909192026.n8JKQKWi019924@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mjacob 2009-09-19 20:25:54 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_target.c Log: SVN rev 197332 on 2009-09-19 20:25:54Z by mjacob Remember to unlock the peripheral prior to notifying the user. Make some allocations M_NOWAIT so that we don't try and sleep with a nested non-sleepable lock. This makes the userland scsi_target begin to function again. Obtained from: Sean Bruno MFC after: 1 month Revision Changes Path 1.80 +70 -15 src/sys/cam/scsi/scsi_target.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909192026.n8JKQKWi019924>