[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081014182037.38503fd0.randy.dunlap@oracle.com>
Date: Tue, 14 Oct 2008 18:20:37 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Mark Fasheh <mfasheh@...e.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel@...r.kernel.org, ocfs2-devel@....oracle.com,
Joel Becker <joel.becker@...cle.com>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [git patches] Ocfs2 features for 2.6.28 (build errors)
On Tue, 14 Oct 2008 13:03:19 -0700 Mark Fasheh wrote:
> Hi Linus,
>
> The majority of these Ocfs2 patches were sent to the list back in
> September:
>
> http://lkml.org/lkml/2008/9/24/383
>
> All feedback has been incorporated - my original e-mail describing the
> contents of our tree is attached below.
>
> The only exception is that I added (after the initial send to lkml) an
> internal api cleanup series from Joel. This doesn't really make any
> functional changes, but simplifies our block I/O handling code in
> anticipation of some features we're planning for 2.6.29. For reference,
> these changes are the topmost 6 patches in the branch. I don't think they're
> are particularly controversial or tricky.
> --Mark
>
> Please pull from 'upstream-linus' branch of
> git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git upstream-linus
In 2.6.27-git5 I am seeing build errors as follow:
fs/ocfs2/xattr.c: In function 'ocfs2_xattr_bucket_find':
fs/ocfs2/xattr.c:2352: error: 'OCFS2_BH_CACHED' undeclared (first use in this function)
fs/ocfs2/xattr.c:2352: error: (Each undeclared identifier is reported only once
fs/ocfs2/xattr.c:2352: error: for each function it appears in.)
fs/ocfs2/xattr.c: In function 'ocfs2_iterate_xattr_buckets':
fs/ocfs2/xattr.c:2429: error: 'OCFS2_BH_CACHED' undeclared (first use in this function)
fs/ocfs2/xattr.c: In function 'ocfs2_xattr_update_xattr_search':
fs/ocfs2/xattr.c:2697: error: 'OCFS2_BH_CACHED' undeclared (first use in this function)
fs/ocfs2/xattr.c: In function 'ocfs2_defrag_xattr_bucket':
fs/ocfs2/xattr.c:2902: error: 'OCFS2_BH_CACHED' undeclared (first use in this function)
fs/ocfs2/xattr.c: In function 'ocfs2_read_xattr_bucket':
fs/ocfs2/xattr.c:3157: error: 'OCFS2_BH_CACHED' undeclared (first use in this function)
fs/ocfs2/xattr.c: In function 'ocfs2_xattr_set_entry_in_bucket':
fs/ocfs2/xattr.c:4104: error: 'OCFS2_BH_CACHED' undeclared (first use in this function)
make[2]: *** [fs/ocfs2/xattr.o] Error 1
---
~Randy
--
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