Date: Wed, 15 Sep 2010 14:24:21 +0000 (UTC) From: Attilio Rao <attilio@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/aac aac.c aacvar.h Message-ID: <201009151424.o8FEOjYH096486@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
attilio 2010-09-15 14:24:21 UTC
FreeBSD src repository
Modified files:
sys/dev/aac aac.c aacvar.h
Log:
SVN rev 212661 on 2010-09-15 14:24:21Z by attilio
Fix bogus busying mechanism from cdevsw callbacks:
- D_TRACKCLOSE may be used there as d_close() are expected to match up
d_open() calls
- Replace the hand-crafted counter and flag with the
device_busy()/device_unbusy() proper usage.
Sponsored by: Sandvine Incorporated
Reported by: Mark Johnston <mjohnston at sandvine dot com>
Tested by: Mark Johnston
Reviewed by: emaste
MFC after: 10 days
Revision Changes Path
1.162 +3 -10 src/sys/dev/aac/aac.c
1.59 +1 -2 src/sys/dev/aac/aacvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009151424.o8FEOjYH096486>
