projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00212fe
)
[PATCH] Fix "biovec-(256)" in /proc/slabinfo
author
Alexey Dobriyan
<adobriyan@gmail.com>
Sun, 25 Jun 2006 12:49:32 +0000
(
05:49
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 25 Jun 2006 17:01:26 +0000
(10:01 -0700)
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>
include/linux/bio.h
patch
|
blob
|
history
diff --git
a/include/linux/bio.h
b/include/linux/bio.h
index b60ffe32cd21b34acfeee792d8d5ff3f66f94bd7..76bdaeab6f622240fe8f898a9caf0815770f7c38 100644
(file)
--- 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)