Skip to content
Snippets Groups Projects
Commit bf6a881d authored by mattwu's avatar mattwu
Browse files

b=16150

i=nikita
i=robert
winnt libcfs/lnetcleanup
parent d919d6fd
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment