The patch titled Subject: dio: using prefetch requires including prefetch.h has been added to the -mm tree. Its filename is dio-optimize-cache-misses-in-the-submission-path-v2-fix.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/ ------------------------------------------------------ From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Subject: dio: using prefetch requires including prefetch.h Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Andi Kleen <ak@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxx> --- fs/direct-io.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/direct-io.c~dio-optimize-cache-misses-in-the-submission-path-v2-fix fs/direct-io.c --- a/fs/direct-io.c~dio-optimize-cache-misses-in-the-submission-path-v2-fix +++ a/fs/direct-io.c @@ -36,6 +36,7 @@ #include <linux/rwsem.h> #include <linux/uio.h> #include <linux/atomic.h> +#include <linux/prefetch.h> /* * How many user pages to map in one call to get_user_pages(). This determines _ Subject: Subject: dio: using prefetch requires including prefetch.h Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are origin.patch linux-next.patch consolidate-config_debug_strict_user_copy_checks.patch treewide-use-__printf-not-__attribute__formatprintf-fix.patch llist-make-all-llist-functions-inline-fix.patch init-add-root=partuuid=uuid-partnroff=%d-support-fix.patch dio-optimize-cache-misses-in-the-submission-path-v2-fix.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