summaryrefslogtreecommitdiffstats
path: root/include/linux/bio.h
diff options
context:
space:
mode:
authorAlexey Dobriyan2006-06-25 14:49:32 +0200
committerLinus Torvalds2006-06-25 19:01:26 +0200
commitd84a84775bba661d5a3fd06757bbb419381937f3 (patch)
treee3aa2122029d11686bf0abc1de9936fb467f1636 /include/linux/bio.h
parent[PATCH] Fix kdump Crash Kernel boot memory reservation for NUMA machines (diff)
downloadkernel-qcow2-linux-d84a84775bba661d5a3fd06757bbb419381937f3.tar.gz
kernel-qcow2-linux-d84a84775bba661d5a3fd06757bbb419381937f3.tar.xz
kernel-qcow2-linux-d84a84775bba661d5a3fd06757bbb419381937f3.zip
[PATCH] Fix "biovec-(256)" in /proc/slabinfo
Stringify does what it was told to do. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/bio.h')
-rw-r--r--include/linux/bio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/bio.h b/include/linux/bio.h
index b60ffe32cd21..76bdaeab6f62 100644
--- a/include/linux/bio.h
+++ b/include/linux/bio.h
@@ -47,7 +47,7 @@
#define BIO_BUG_ON
#endif
-#define BIO_MAX_PAGES (256)
+#define BIO_MAX_PAGES 256
#define BIO_MAX_SIZE (BIO_MAX_PAGES << PAGE_CACHE_SHIFT)
#define BIO_MAX_SECTORS (BIO_MAX_SIZE >> 9)