From: bobijam Date: Wed, 6 Aug 2008 02:17:02 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: v1_7_72~1^2~2 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=ab7ee44c3616d11e7f24c7a75b5d14efd4e6593c;p=fs%2Flustre-release.git Branch b1_6 b=16205 i=joahnn, adilger low-memory tunings for BlueGene/L. --- diff --git a/lnet/libcfs/debug.c b/lnet/libcfs/debug.c index 96a30c2..aceed22f 100644 --- a/lnet/libcfs/debug.c +++ b/lnet/libcfs/debug.c @@ -115,7 +115,9 @@ EXPORT_SYMBOL(libcfs_kmemory); static cfs_waitq_t debug_ctlwq; -#ifdef __arch_um__ +#ifdef HAVE_BGL_SUPPORT +char debug_file_path[1024] = "/bgl/ion/tmp/lustre-log"; +#elif defined(__arch_um__) char debug_file_path[1024] = "/r/tmp/lustre-log"; #else char debug_file_path[1024] = "/tmp/lustre-log";