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:
2371e31
)
Branch b1_6
author
bobijam
<bobijam>
Thu, 13 Sep 2007 02:42:17 +0000
(
02:42
+0000)
committer
bobijam
<bobijam>
Thu, 13 Sep 2007 02:42:17 +0000
(
02:42
+0000)
b=11680
i=deen, johann
make panic_on_lbug proc file writable.
lnet/libcfs/linux/linux-proc.c
patch
|
blob
|
history
diff --git
a/lnet/libcfs/linux/linux-proc.c
b/lnet/libcfs/linux/linux-proc.c
index
d4d8424
..
987eed7
100644
(file)
--- a/
lnet/libcfs/linux/linux-proc.c
+++ b/
lnet/libcfs/linux/linux-proc.c
@@
-152,7
+152,7
@@
static cfs_sysctl_table_t lnet_table[] = {
.procname = "panic_on_lbug",
.data = &libcfs_panic_on_lbug,
.maxlen = sizeof(int),
- .mode = 0
4
44,
+ .mode = 0
6
44,
.proc_handler = &proc_dointvec
},
{0}