Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jun 2001 10:38:37 -0700 (PDT)
From:      Jonathan Lemon <jlemon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/fifofs fifo_vnops.c
Message-ID:  <200106061738.f56Hcb357041@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jlemon      2001/06/06 10:38:37 PDT

  Modified files:
    sys/fs/fifofs        fifo_vnops.c 
  Log:
  The kq write filter was hooked up to the wrong socket, and thus was
  not behaving correctly.  Fix by attaching to the correct socket.
  
  Also call so{rw}wakeup in addition to the fifo wakeup, so that any
  kqfilters attached to the socket buffer get poked.
  
  Revision  Changes    Path
  1.54      +12 -5     src/sys/fs/fifofs/fifo_vnops.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?200106061738.f56Hcb357041>