Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Sep 2005 10:13:15 +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:  <200509121013.j8CADF1h031481@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2005-09-12 10:13:15 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/fifofs        fifo_vnops.c 
  Log:
  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.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.117     +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?200509121013.j8CADF1h031481>