The patch titled linux/fs.h: include linux/path.h has been added to the -mm tree. Its filename is linux-fsh-include-linux-pathh.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this 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