From 4fdbdb4924786646f4e7760026deaa927eafc25f Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 30 Sep 2005 10:37:05 +0000 Subject: [PATCH] Branch b1_4 Shouldn't have been committed. b=7342 --- lustre/ptlrpc/service.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lustre/ptlrpc/service.c b/lustre/ptlrpc/service.c index ffb288e..d244405 100644 --- a/lustre/ptlrpc/service.c +++ b/lustre/ptlrpc/service.c @@ -835,8 +835,7 @@ static int ptlrpc_main(void *arg) THREAD_NAME(current->comm, sizeof(current->comm) - 1, "%s", data->name); unlock_kernel(); -#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,9) && CONFIG_NUMA && \ - LUSTRE_KERNEL_VERSION >= 48 +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,9) && CONFIG_NUMA /* we need to do this before any per-thread allocation is done so that * we get the per-thread allocations on local node. bug 7342 */ if (svc->srv_cpu_affinity) { -- 1.8.3.1