Whamcloud - gitweb
b=16150
authormattwu <mattwu>
Tue, 7 Oct 2008 06:42:27 +0000 (06:42 +0000)
committermattwu <mattwu>
Tue, 7 Oct 2008 06:42:27 +0000 (06:42 +0000)
i=nikita
i=robert
winnt libcfs/lnetcleanup

lustre/include/lustre_lite.h

index d72e58b..2a57837 100644 (file)
 
 #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)