From: liangzhen Date: Wed, 20 Jun 2007 17:53:55 +0000 (+0000) Subject: replace #if by #ifdef X-Git-Tag: v1_7_100~54 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=fd6dd6e8a8d5acb40a5bc34132fce3bdb558a3bc;p=fs%2Flustre-release.git replace #if by #ifdef --- diff --git a/lnet/klnds/o2iblnd/o2iblnd_cb.c b/lnet/klnds/o2iblnd/o2iblnd_cb.c index e4c3716..b9670d32 100644 --- a/lnet/klnds/o2iblnd/o2iblnd_cb.c +++ b/lnet/klnds/o2iblnd/o2iblnd_cb.c @@ -566,7 +566,7 @@ kiblnd_kvaddr_to_page (unsigned long vaddr) LASSERT (page != NULL); return page; } -#if CONFIG_HIGHMEM +#ifdef CONFIG_HIGHMEM if (vaddr >= PKMAP_BASE && vaddr < (PKMAP_BASE + LAST_PKMAP * PAGE_SIZE)) { /* No highmem pages only used for bulk (kiov) I/O */