From: pschwan Date: Fri, 4 Jul 2003 09:05:17 +0000 (+0000) Subject: oops -- I didn't mean to commit this change to the default subsys_debug X-Git-Tag: v1_7_100~1^248~92 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=4d6da58c2ac2f85d174a01485d9032dec8a8c73d;p=fs%2Flustre-release.git oops -- I didn't mean to commit this change to the default subsys_debug --- diff --git a/lnet/lnet/api-init.c b/lnet/lnet/api-init.c index 20a67fc..e59c922 100644 --- a/lnet/lnet/api-init.c +++ b/lnet/lnet/api-init.c @@ -26,7 +26,7 @@ #include int ptl_init; -unsigned int portal_subsystem_debug = ~0; +unsigned int portal_subsystem_debug = 0xfff7e3ff; unsigned int portal_debug = ~0; unsigned int portal_printk; unsigned int portal_stack; diff --git a/lustre/portals/portals/api-init.c b/lustre/portals/portals/api-init.c index 20a67fc..e59c922 100644 --- a/lustre/portals/portals/api-init.c +++ b/lustre/portals/portals/api-init.c @@ -26,7 +26,7 @@ #include int ptl_init; -unsigned int portal_subsystem_debug = ~0; +unsigned int portal_subsystem_debug = 0xfff7e3ff; unsigned int portal_debug = ~0; unsigned int portal_printk; unsigned int portal_stack;