[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070801172751.GA8565@filer.fsl.cs.sunysb.edu>
Date: Wed, 1 Aug 2007 13:27:51 -0400
From: Josef Sipek <jsipek@....cs.sunysb.edu>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Gabriel C <nix.or.die@...glemail.com>,
linux-kernel@...r.kernel.org, ezk@...sunysb.edu,
jsipek@...sunysb.edu
Subject: Re: unionfs compile error ( Re: 2.6.23-rc1-mm2 )
On Wed, Aug 01, 2007 at 10:22:07AM -0700, Andrew Morton wrote:
> On Wed, 01 Aug 2007 12:33:18 +0200 Gabriel C <nix.or.die@...glemail.com> wrote:
>
> > ....
> >
> > fs/unionfs/file.c:147: error: 'file_fsync' undeclared here (not in a function)
> > make[2]: *** [fs/unionfs/file.o] Error 1
> > make[1]: *** [fs/unionfs] Error 2
> > make: *** [fs] Error 2
> > make: *** Waiting for unfinished jobs....
> >
> > ...
> >
> > Config can be found there -> http://194.231.229.228/MM/config-auto-3
> >
>
> This, I assume:
>
> --- a/fs/unionfs/file.c~git-unionfs-fix-2
> +++ a/fs/unionfs/file.c
> @@ -17,6 +17,7 @@
> */
>
> #include "union.h"
> +#include <linux/buffer_head.h>
>
> /*******************
> * File Operations *
> _
>
> (and no, sorry, I will not be complicit in that
> single-header-file-which-includes-the-whole-world junk).
Ouch. I had a fix for this, and it managed to get lost in the pile of
patches.
I'll fix it up and push fix to kernel.org.
Jeff.
--
I abhor a system designed for the "user", if that word is a coded pejorative
meaning "stupid and unsophisticated."
- Ken Thompson
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists