Re: xfs compile error with the latest -git

From: Markus Trippelsdorf
Date: Wed Jul 27 2011 - 02:36:10 EST


On 2011.07.27 at 01:32 +0200, Francesco Allertsen wrote:
> Hi all,
> I have tried to compile the latest -git today and I got the following
> error while compiling the xfs filesystem.
>
> CC fs/xfs/linux-2.6/xfs_iops.o
> fs/xfs/linux-2.6/xfs_iops.c:1025:14: error: 'xfs_get_acl' undeclared here (not in a function)
>
> I have bisected the problem and the first bad commit is this one
>
> commit 4e34e719e457f2e031297175410fc0bd4016a085
> Author: Christoph Hellwig <hch@xxxxxx>
> Date: Sat Jul 23 17:37:31 2011 +0200
>
> fs: take the ACL checks to common code
>
> Replace the ->check_acl method with a ->get_acl method that simply reads an
> ACL from disk after having a cache miss. This means we can replace the ACL
> checking boilerplate code with a single implementation in namei.c.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
> Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
>
> Could you please solve this problem? I have attached also the .config
> file if you need it.

It's already solved: http://lkml.org/lkml/2011/7/26/94
But somehow Linus didn't notice this patch yet.

--
Markus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/