From mboxrd@z Thu Jan 1 00:00:00 1970 From: richard -rw- weinberger Subject: Re: [PATCH] fs: add missing prefetch header to inode.c Date: Sun, 22 May 2011 21:51:19 +0200 Message-ID: References: <1306092879.16902.1.camel@monotop> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: Alexander Viro , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Eduardo Silva Return-path: Received: from mail-qy0-f181.google.com ([209.85.216.181]:48140 "EHLO mail-qy0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752237Ab1EVTvU (ORCPT ); Sun, 22 May 2011 15:51:20 -0400 In-Reply-To: <1306092879.16902.1.camel@monotop> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sun, May 22, 2011 at 9:34 PM, Eduardo Silva wrote: > inode.c fails in the compilation process due to the missing > include of linux/prefetch.h. On which arch? So far I've observed this build error only on UML. A fix has already been submitted. -- Thanks, //richard