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

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Apr 13 18:07:45 PDT 2006


dillon      2006/04/13 18:07:38 PDT

DragonFly src repository

  Modified files:
    sys/vfs/fifofs       fifo_vnops.c 
  Log:
  vop_stdopen() must be called when a fifo_open fails in order to then be
  able to call VOP_CLOSE().  Otherwise the opencount or writecount gets out
  of synch and causes a panic.
  
  Reported-by: "David Rhodus" <drhodus at xxxxxxxxxxx>
  
  Revision  Changes    Path
  1.26      +1 -0      src/sys/vfs/fifofs/fifo_vnops.c


http://www.dragonflybsd.org/cvsweb/src/sys/vfs/fifofs/fifo_vnops.c.diff?r1=1.25&r2=1.26&f=u





More information about the Commits mailing list