提交 d84a8477 编写于 作者: A Alexey Dobriyan 提交者: Linus Torvalds

[PATCH] Fix "biovec-(256)" in /proc/slabinfo

Stringify does what it was told to do.
Signed-off-by: NAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 00212fef
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
#define BIO_BUG_ON #define BIO_BUG_ON
#endif #endif
#define BIO_MAX_PAGES (256) #define BIO_MAX_PAGES 256
#define BIO_MAX_SIZE (BIO_MAX_PAGES << PAGE_CACHE_SHIFT) #define BIO_MAX_SIZE (BIO_MAX_PAGES << PAGE_CACHE_SHIFT)
#define BIO_MAX_SECTORS (BIO_MAX_SIZE >> 9) #define BIO_MAX_SECTORS (BIO_MAX_SIZE >> 9)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册