On Tue, 11 Nov 2008 12:56:48 -0800 Warren Turkal <wt@xxxxxxxxxxxxxxxx> wrote: > Signed-off-by: Warren Turkal <wt@xxxxxxxxxxxxxxxx> > --- > 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 <linux/vfs.h> > #include <linux/nls.h> > > +#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. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html