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

Robert Watson rwatson at FreeBSD.org
Mon Sep 12 11:07:50 PDT 2005


rwatson     2005-09-12 18:07:49 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/fifofs        fifo_vnops.c 
  Log:
  When a request is made to register a filter on a fifo that doesn't
  apply to the fifo (i.e., not EVFILT_READ or EVFILT_WRITE), reject
  it as EINVAL, not by returning 1 (EPERM).
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.120     +2 -2      src/sys/fs/fifofs/fifo_vnops.c


More information about the cvs-all mailing list