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

Robert Watson rwatson at FreeBSD.org
Mon Sep 12 03:06:39 PDT 2005


rwatson     2005-09-12 10:06:38 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/fifofs        fifo_vnops.c 
  Log:
  Add an assertion that fifo_open() doesn't race against other threads
  while sleeping to allocate fifo state: due to using the vnode lock to
  serialize access to a fifo during open, it shouldn't happen (tm).
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.115     +2 -0      src/sys/fs/fifofs/fifo_vnops.c


More information about the cvs-all mailing list