cvs commit: src/sys/kern kern_sfbuf.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed May 12 18:35:15 PDT 2004
dillon 2004/05/12 18:34:03 PDT
DragonFly src repository
Modified files:
sys/kern kern_sfbuf.c
Log:
sf_buf_free() requires a critical section to safely manipulate the free
list and possibly even the reference count field. ( sf_buf_alloc() is
already using a critical section ).
Revision Changes Path
1.6 +2 -0 src/sys/kern/kern_sfbuf.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_sfbuf.c.diff?r1=1.5&r2=1.6&f=h
More information about the Commits
mailing list