sf_buf_free() requires a critical section to safely manipulate the free
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 13 May 2004 01:34:03 +0000 (01:34 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 13 May 2004 01:34:03 +0000 (01:34 +0000)
commit1d5af025949a4363acf31b4d4fdcacf5b24d4ef5
treeb342bc03996d8fcbef832b600f71ac6e1febd30c
parentad9e1baaccf4340ba0bbc2e9977fafca95fd103b
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 ).
sys/kern/kern_sfbuf.c