DragonFly commits List (threaded) for 2006-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/vfs/fifofs fifo_vnops.c
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@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]