The patch titled fs/fhandle.c: add <linux/personality.h> for ia64 has been added to the -mm tree. Its filename is fs-fhandlec-add-linux-personalityh-for-ia64.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://userweb.kernel.org/~akpm/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: fs/fhandle.c: add <linux/personality.h> for ia64 From: Jeff Mahoney <jeffm@xxxxxxxx> force_o_largefile() on ia64 is defined in <asm/fcntl.h> and requires <linux/personality.h>. Signed-off-by: Jeff Mahoney <jeffm@xxxxxxxx> Cc: Aneesh Kumar K.V <aneesh.kumar@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/fhandle.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/fhandle.c~fs-fhandlec-add-linux-personalityh-for-ia64 fs/fhandle.c --- a/fs/fhandle.c~fs-fhandlec-add-linux-personalityh-for-ia64 +++ a/fs/fhandle.c @@ -7,6 +7,7 @@ #include <linux/exportfs.h> #include <linux/fs_struct.h> #include <linux/fsnotify.h> +#include <linux/personality.h> #include <asm/uaccess.h> #include "internal.h" _ Patches currently in -mm which might be from jeffm@xxxxxxxx are fs-fhandlec-add-linux-personalityh-for-ia64.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