The patch titled kill #include "linux/config.h" has been removed from the -mm tree. Its filename was nfs-use-local-caching-configh.patch This patch was dropped because it is obsolete ------------------------------------------------------ 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> Cc: David Howells <dhowells@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/nfs/fscache.c | 2 -- include/linux/fscache.h | 1 - 2 files changed, 3 deletions(-) diff -puN fs/nfs/fscache.c~nfs-use-local-caching-configh fs/nfs/fscache.c --- a/fs/nfs/fscache.c~nfs-use-local-caching-configh +++ a/fs/nfs/fscache.c @@ -9,8 +9,6 @@ * 2 of the License, or (at your option) any later version. */ - -#include <linux/config.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/mm.h> diff -puN include/linux/fscache.h~nfs-use-local-caching-configh include/linux/fscache.h --- a/include/linux/fscache.h~nfs-use-local-caching-configh +++ a/include/linux/fscache.h @@ -18,7 +18,6 @@ #ifndef _LINUX_FSCACHE_H #define _LINUX_FSCACHE_H -#include <linux/config.h> #include <linux/fs.h> #include <linux/list.h> #include <linux/pagemap.h> _ Patches currently in -mm which might be from michal.k.k.piotrowski@xxxxxxxxx are origin.patch git-ia64.patch drivers-scsi-pcmcia-nsp_csh-removal-of-old.patch touchkit-ps-2-touchscreen-driver.patch acx1xx-wireless-driver.patch edac-new-opteron-athlon64-memory-controller-driver.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