Whamcloud - gitweb
- make HEAD from b_post_cmd3
[fs/lustre-release.git] / lustre / include / lustre_lite.h
index e4e8ee8..8821a75 100644 (file)
@@ -32,7 +32,7 @@
         (LASSERT(((struct ll_async_page *)(c))->llap_magic == LLAP_MAGIC),     \
          (struct ll_async_page *)(c))
 
-// 4*1024*1024
+/* 4UL * 1024 * 1024 */
 #define LL_MAX_BLKSIZE_BITS     (22)
 #define LL_MAX_BLKSIZE          (1UL<<LL_MAX_BLKSIZE_BITS)