The patch titled Include kernel.h from configfs.h has been removed from the -mm tree. Its filename was include-kernelh-from-configfsh.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: Include kernel.h from configfs.h From: Ben Nizette <bn@xxxxxxxxxxxxxxx> configfs.h uses the container_of macro and as such should include kernel.h. Signed-off-by: Ben Nizette <bn@xxxxxxxxxxxxxxx> Cc: Joel Becker <Joel.Becker@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/configfs.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/linux/configfs.h~include-kernelh-from-configfsh include/linux/configfs.h --- a/include/linux/configfs.h~include-kernelh-from-configfsh +++ a/include/linux/configfs.h @@ -37,6 +37,7 @@ #ifdef __KERNEL__ +#include <linux/kernel.h> #include <linux/types.h> #include <linux/list.h> #include <linux/kref.h> _ Patches currently in -mm which might be from bn@xxxxxxxxxxxxxxx are origin.patch git-avr32.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