git: kernel - Try to catch possible bug in getnewbuf()
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Feb 26 17:17:04 PST 2014
commit cd3cfe0a90bb89c57adf2bda61d6fd7cb7356269
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Feb 26 17:16:19 2014 -0800
kernel - Try to catch possible bug in getnewbuf()
* Add a debugging kprintf() and cleanup code to attempt to catch a possible
bug in getnewbuf() where a buffer is somehow left on a vnode's clean or
dirty list before being reused.
Summary of changes:
sys/kern/vfs_bio.c | 6 ++++++
1 file changed, 6 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cd3cfe0a90bb89c57adf2bda61d6fd7cb7356269
--
DragonFly BSD source repository
More information about the Commits
mailing list