From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH] Fix header include. Date: Wed, 19 Nov 2008 14:51:40 -0800 Message-ID: <20081119145140.32828903.akpm@linux-foundation.org> References: <1226437008-14247-1-git-send-email-wt@penguintechs.org> <1226437008-14247-2-git-send-email-wt@penguintechs.org> <1226437008-14247-3-git-send-email-wt@penguintechs.org> <1226437008-14247-4-git-send-email-wt@penguintechs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org, zippel@linux-m68k.org, wt@penguintechs.org To: Warren Turkal Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:49912 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751181AbYKSWw3 (ORCPT ); Wed, 19 Nov 2008 17:52:29 -0500 In-Reply-To: <1226437008-14247-4-git-send-email-wt@penguintechs.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, 11 Nov 2008 12:56:48 -0800 Warren Turkal wrote: > Signed-off-by: Warren Turkal > --- > fs/hfsplus/super.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/fs/hfsplus/super.c b/fs/hfsplus/super.c > index 128101b..4f00a84 100644 > --- a/fs/hfsplus/super.c > +++ b/fs/hfsplus/super.c > @@ -15,12 +15,12 @@ > #include > #include > > +#include "hfsplus_fs.h" > + > static struct inode *hfsplus_alloc_inode(struct super_block *sb); > static void hfsplus_destroy_inode(struct inode *inode); > static bool hfsplus_vol_has_journal(struct hfsplus_vh *vhdr); > > -#include "hfsplus_fs.h" > - > static bool hfsplus_vol_has_journal(struct hfsplus_vh *vhdr) > { > return (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED) && again: what was wrong with the old code?? If it was causing some compilation problem then please quote the compiler output in the changelog.