From: eeb Date: Tue, 27 Feb 2007 21:04:22 +0000 (+0000) Subject: * fixed cut/paste error on adding darwin sysctl for "debug_peer_on_timeout" X-Git-Tag: v1_7_100~292 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=5f470c8c78edb8daf16126b7f8731d0b088578c2;p=fs%2Flustre-release.git * fixed cut/paste error on adding darwin sysctl for "debug_peer_on_timeout" --- diff --git a/lustre/obdclass/darwin/darwin-sysctl.c b/lustre/obdclass/darwin/darwin-sysctl.c index 019fff3..b12156a 100644 --- a/lustre/obdclass/darwin/darwin-sysctl.c +++ b/lustre/obdclass/darwin/darwin-sysctl.c @@ -51,7 +51,7 @@ SYSCTL_INT(_lustre, OID_AUTO, dump_on_timeout, 0, "lustre_dump_on_timeout"); SYSCTL_INT(_lustre, OID_AUTO, debug_peer_on_timeout, CTLTYPE_INT | CTLFLAG_RW, &obd_debug_peer_on_timeout, - 0, "lustre_dump_on_timeout"); + 0, "lustre_debug_peer_on_timeout"); SYSCTL_INT(_lustre, OID_AUTO, memused, CTLTYPE_INT | CTLFLAG_RW, (int *)&obd_memory.counter, 0, "lustre_memory_used");