From owner-cvs-all Sun Oct 29 13:38:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 049F337B479; Sun, 29 Oct 2000 13:38:29 -0800 (PST) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA04375; Sun, 29 Oct 2000 13:38:28 -0800 (PST) (envelope-from alc@FreeBSD.org) Message-Id: <200010292138.NAA04375@freefall.freebsd.org> From: Alan Cox Date: Sun, 29 Oct 2000 13:38:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alc 2000/10/29 13:38:28 PST Modified files: sys/kern vfs_aio.c Log: _aio_aqueue(): Change kevent registration to use its own struct file pointer. Otherwise, aio_read() and aio_write() on sockets are broken if a kevent is registered. (The code after kevent registration for handling sockets assumes that the struct file pointer "fp" still refers to the socket, not the kqueue.) Revision Changes Path 1.85 +5 -4 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message