git: mfi(4): Use callout_init_mp() for the watchdog callout.
Sascha Wildner
swildner at crater.dragonflybsd.org
Fri Jan 6 09:26:59 PST 2012
commit 45dd5c2d1b60b760a2300318b86325d8aa54a836
Author: Sascha Wildner <saw at online.de>
Date: Fri Jan 6 18:26:10 2012 +0100
mfi(4): Use callout_init_mp() for the watchdog callout.
mfi_timeout() is MP safe. When porting, I missed that FreeBSD passes
CALLOUT_MPSAFE here.
Summary of changes:
sys/dev/raid/mfi/mfi.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/45dd5c2d1b60b760a2300318b86325d8aa54a836
--
DragonFly BSD source repository
More information about the Commits
mailing list