From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eduardo Silva Subject: Re: [PATCH] fs: add missing prefetch header to inode.c Date: Sun, 22 May 2011 16:08:54 -0400 Message-ID: References: <1306092879.16902.1.camel@monotop> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Alexander Viro , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: sedat.dilek@gmail.com Return-path: Received: from mail-pv0-f174.google.com ([74.125.83.174]:59065 "EHLO mail-pv0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753267Ab1EVUIz convert rfc822-to-8bit (ORCPT ); Sun, 22 May 2011 16:08:55 -0400 In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: oh, yep, it was in UM arch :) On Sun, May 22, 2011 at 4:04 PM, Sedat Dilek wrote: > On Sun, May 22, 2011 at 9:34 PM, Eduardo Silva wr= ote: >> inode.c fails in the compilation process due to the missing >> include of linux/prefetch.h. >> >> Signed-off-by: Eduardo Silva >> --- >> =A0fs/inode.c | =A0 =A01 + >> =A01 files changed, 1 insertions(+), 0 deletions(-) >> >> diff --git a/fs/inode.c b/fs/inode.c >> index 33c963d..c77081f 100644 >> --- a/fs/inode.c >> +++ b/fs/inode.c >> @@ -26,6 +26,7 @@ >> =A0#include >> =A0#include >> =A0#include >> +#include >> =A0#include "internal.h" >> >> =A0/* >> -- >> 1.7.4.1 >> > > Just FYI: > "fs: add missing prefetch.h include" is in Linus tree [1]. > > - Sedat - > > [1] http://git.us.kernel.org/?p=3Dlinux/kernel/git/torvalds/linux-2.6= =2Egit;a=3Dcommit;h=3D9ce6e0be0626a5de2aca8b769a4aa57086257156 > --=20 Eduardo Silva http://edsiper.linuxchile.cl http://www.monkey-project.com -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel= " in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html