Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2000 13:38:28 -0800 (PST)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_aio.c
Message-ID:  <200010292138.NAA04375@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010292138.NAA04375>