The patch titled kill #include "linux/config.h" has been added to the -mm tree. Its filename is reiser4-configh.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: kill #include "linux/config.h" From: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx> config.h is obsolete. This patch removes all #include "linux/config.h". Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/reiser4/plugin/compress/compress.c | 1 - fs/reiser4/reiser4.h | 1 - 2 files changed, 2 deletions(-) diff -puN fs/reiser4/plugin/compress/compress.c~reiser4-configh fs/reiser4/plugin/compress/compress.c --- a/fs/reiser4/plugin/compress/compress.c~reiser4-configh +++ a/fs/reiser4/plugin/compress/compress.c @@ -6,7 +6,6 @@ #include "../plugin.h" #include "minilzo.h" -#include <linux/config.h> #include <linux/zlib.h> #include <linux/types.h> #include <linux/hardirq.h> diff -puN fs/reiser4/reiser4.h~reiser4-configh fs/reiser4/reiser4.h --- a/fs/reiser4/reiser4.h~reiser4-configh +++ a/fs/reiser4/reiser4.h @@ -6,7 +6,6 @@ #if !defined( __REISER4_H__ ) #define __REISER4_H__ -#include <linux/config.h> #include <asm/param.h> /* for HZ */ #include <linux/errno.h> #include <linux/types.h> _ Patches currently in -mm which might be from michal.k.k.piotrowski@xxxxxxxxx are kill-include-linux-configh-ia64.patch drivers-scsi-pcmcia-nsp_csh-removal-of-old.patch fs-xfs-xfs_dmapih-removal-of-old-code.patch kill-include-linux-configh-touchkit.patch kill-include-linux-configh-tiacx.patch edac-new-opteron-athlon64-memory-controller-driver-cleanup.patch nfs-use-local-caching-configh.patch reiser4-configh.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