From bf6a881d8a2db5efad0312de4edb6199cc376665 Mon Sep 17 00:00:00 2001 From: mattwu <mattwu> Date: Tue, 7 Oct 2008 06:42:27 +0000 Subject: [PATCH] b=16150 i=nikita i=robert winnt libcfs/lnetcleanup --- lustre/include/lustre_lite.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lustre/include/lustre_lite.h b/lustre/include/lustre_lite.h index d72e58bc80..2a57837200 100644 --- a/lustre/include/lustre_lite.h +++ b/lustre/include/lustre_lite.h @@ -60,10 +60,6 @@ #endif -#define LLAP_FROM_COOKIE(c) \ - (LASSERT(((struct ll_async_page *)(c))->llap_magic == LLAP_MAGIC), \ - (struct ll_async_page *)(c)) - /* 4UL * 1024 * 1024 */ #define LL_MAX_BLKSIZE_BITS (22) #define LL_MAX_BLKSIZE (1UL<<LL_MAX_BLKSIZE_BITS) -- GitLab