The patch titled linux/fs.h: include linux/path.h has been removed from the -mm tree. Its filename was linux-fsh-include-linux-pathh.patch This patch was dropped because it was nacked The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: linux/fs.h: include linux/path.h From: Niels de Vos <niels.devos@xxxxxxxxxxxxxxxxxx> In linux/fs.h 'struct path' is being used. Therefore linux/path.h should be included. Signed-off-by: Niels de Vos <niels.devos@xxxxxxxxxxxxxxxxxx> Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/fs.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/linux/fs.h~linux-fsh-include-linux-pathh include/linux/fs.h --- a/include/linux/fs.h~linux-fsh-include-linux-pathh +++ a/include/linux/fs.h @@ -8,6 +8,7 @@ #include <linux/limits.h> #include <linux/ioctl.h> +#include <linux/path.h> /* * It's silly to have NR_OPEN bigger than NR_FILE, but you can change _ Patches currently in -mm which might be from niels.devos@xxxxxxxxxxxxxxxxxx are origin.patch linux-fsh-include-linux-pathh.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