Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Sep 2005 20:28:27 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/fifofs fifo_vnops.c
Message-ID:  <200509152028.j8FKSRXq012852@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2005-09-15 20:28:27 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/fs/fifofs        fifo_vnops.c 
  Log:
  Merge fifo_vnops.c:1.117 from HEAD to RELENG_6:
  
    After going to some trouble to identify only the write-related events
    to poll the write socket for, the fifo polling code proceeded to poll
    for the complete set of events.  Use 'levents' instead of 'events' as
    the argument to poll, and only poll the write socket if there is
    interest in write events.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.113.2.4  +2 -2      src/sys/fs/fifofs/fifo_vnops.c



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