]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o Eliminate unnecessary synchronization from filt_aiodetach().
authorAlan Cox <alc@FreeBSD.org>
Sun, 9 Dec 2001 08:16:36 +0000 (08:16 +0000)
committerAlan Cox <alc@FreeBSD.org>
Sun, 9 Dec 2001 08:16:36 +0000 (08:16 +0000)
commit91369fc7682bd7a54381a5381ebbf01d63dda26e
treef72032de93eaf5b1e5a34ef1b52217176410910f
parente05f3134d10aa4ac19e0de5df49c71564306cb00
 o Eliminate unnecessary synchronization from filt_aiodetach().
 o The manual page for kevent says that EVFILT_AIO returns under the same
   conditions as aio_error().  With that in mind, set the data field
   of the returned struct kevent to the value that would be returned
   by aio_error().
 o Fix two compilation warnings.
sys/kern/vfs_aio.c