git: sys/kern/vfs: Fix wrong function name in kprintf/panic
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Fri Nov 6 07:07:59 PST 2015
commit 55a31050c29e6c5a869744b8f9db14af9b22903d
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Thu Nov 5 22:35:03 2015 +0900
sys/kern/vfs: Fix wrong function name in kprintf/panic
ae8e83e6e in 2009 renamed biodone() to bpdone(), and made
bpdone() to be called by the new biodone() implementation
as well as other callers, but the function names used in
kprintf() and panic() were not updated to "bpdone:".
bpdone() isn't exclusively used by biodone(), so it should
use a proper function name.
Summary of changes:
sys/kern/vfs_bio.c | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/55a31050c29e6c5a869744b8f9db14af9b22903d
--
DragonFly BSD source repository
More information about the Commits
mailing list