git: sys/vfs/hammer: Panic with "for redo" on insufficient FIFO for redo
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Wed Oct 14 12:35:49 PDT 2015
commit 7ed81407385dcf9e6b82d756facd65595f674243
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Mon Oct 12 21:58:17 2015 +0900
sys/vfs/hammer: Panic with "for redo" on insufficient FIFO for redo
hammer_generate_undo() and hammer_generate_redo() both have
the same panic message "insufficient undo FIFO space!".
Add "for redo" for hammer_generate_redo() so it's easier to
distinguish which one users are talking about when they report
these.
Since 903fdd05 hammer uses hpanic() with __func__ embedded
instead of raw panic(), but this is still considered useful
given that users don't necessary care kernel internal.
Summary of changes:
sys/vfs/hammer/hammer_redo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7ed81407385dcf9e6b82d756facd65595f674243
--
DragonFly BSD source repository
More information about the Commits
mailing list