Skip to content

Commit

Permalink
[PATCH] Fix "biovec-(256)" in /proc/slabinfo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Jun 25, 2006
1 parent 00212fe commit d84a847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/bio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d84a847

Please sign in to comment.