cvs commit: src/sys/fs/fifofs fifo_vnops.c

Robert Watson rwatson at FreeBSD.org
Mon Sep 12 03:13:16 PDT 2005


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


More information about the cvs-src mailing list