The patch titled Fix "biovec-(256)" in /proc/slabinfo has been added to the -mm tree. Its filename is fix-biovec-256-in-proc-slabinfo.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Fix "biovec-(256)" in /proc/slabinfo From: Alexey Dobriyan <adobriyan@xxxxxxxxx> [PATCH] Fix "biovec-(256)" in /proc/slabinfo Stringify does what it was told to do. Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/bio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/bio.h~fix-biovec-256-in-proc-slabinfo include/linux/bio.h --- a/include/linux/bio.h~fix-biovec-256-in-proc-slabinfo +++ a/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) _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are origin.patch nfs-remove-nfs_put_link.patch git-xfs.patch xfs-pass-inode-to-xfs_ioc_space.patch emu10k1-mark-midi_spinlock-as-used.patch nbd-endian-annotations.patch fix-biovec-256-in-proc-slabinfo.patch reiserfs-remove-reiserfs_aio_write.patch documentation-ioctl-messtxt-start-tree-wide-ioctl-registry.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html