From owner-cvs-all Wed Jun 6 10:38:44 2001 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 8077237B405; Wed, 6 Jun 2001 10:38:37 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56Hcb357041; Wed, 6 Jun 2001 10:38:37 -0700 (PDT) (envelope-from jlemon) Message-Id: <200106061738.f56Hcb357041@freefall.freebsd.org> From: Jonathan Lemon Date: Wed, 6 Jun 2001 10:38:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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