Oliver Welter:
> Because everything newer than this causes the ops

As long as you enable FAKE_DM...


> I get an execption in br_xfs.h from this code
> 
> #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 24) \
>         || (!defined(CONFIG_XFS_FS) && !defined(CONFIG_XFS_FS_MODULE))
> #error mis-configuraion or Makefile
> #endif
> 
> If I understand correctly, this line means, that XFS is supported only
> above 2.6.24, Im using 2.6.22, as vserver is not availbale in newer
> versions.

No.
XFS before 2.6.24 doesn't require aufs/br_xfs.c, and CONFIG_AUFS_BR_XFS
should be disabled automatically.
Why was br_xfs.c compiled and got an error on your environment?
It might be another problem in aufs, or in your configuration.

> grep AUFS .config
> CONFIG_AUFS=y
        :::

CONFIG_AUFS_BR_XFS doesn't appear, so br_xfs.c should not be compiled.
Is your fs/aufs/Kconfig generated successfully? Is there the correct
kernel version string in it?


Junjiro R. Okajima

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

Reply via email to