K 10 svn:author V 3 jhb K 8 svn:date V 27 2008-12-01T19:29:47.691117Z K 7 svn:log V 357 Expand the scope of the 'aio_freeproc_mtx' lock to protect the aio data structures used in the socket upcall. This removes the need for Giant to be held for the aio socket upcall and thus the need for NET_NEEDS_GIANT() for AIO in 6.x. Note that this is not an MFC of the locking in 7.x+ as the AIO code in 7.x is substantially different from that in 6.x. END