Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84d5f6b
)
Branch HEAD
author
robert.read
<robert.read>
Mon, 21 Sep 2009 09:52:14 +0000
(09:52 +0000)
committer
robert.read
<robert.read>
Mon, 21 Sep 2009 09:52:14 +0000
(09:52 +0000)
i=eeb
Enable panic on LBUG by default so we get crash dumps for asserts and lbugs.
libcfs/libcfs/debug.c
patch
|
blob
|
history
diff --git
a/libcfs/libcfs/debug.c
b/libcfs/libcfs/debug.c
index
78a7323
..
035b619
100644
(file)
--- a/
libcfs/libcfs/debug.c
+++ b/
libcfs/libcfs/debug.c
@@
-105,7
+105,7
@@
EXPORT_SYMBOL(libcfs_catastrophe);
unsigned int libcfs_watchdog_ratelimit = 300;
EXPORT_SYMBOL(libcfs_watchdog_ratelimit);
-unsigned int libcfs_panic_on_lbug =
0
;
+unsigned int libcfs_panic_on_lbug =
1
;
CFS_MODULE_PARM(libcfs_panic_on_lbug, "i", uint, 0644,
"Lustre kernel panic on LBUG");
EXPORT_SYMBOL(libcfs_panic_on_lbug);