copy: Problems with kernel 2.6.22-git15, 2.6.23-rc1

From: werner
Date: Mon Jul 23 2007 - 09:30:58 EST


There are incompatibilities in kmem_cache_create , which makes that a lot of important progs dont compile longer -- such as ndiskwrapper , btrfs (in this file system, me and other people storage important data) and others. Also obexfs/bluetooth seems to dont work more correctly, however by other incompatibility

This is since 2.6.22-git15 and on 2.6.23-rc1 , too

The kernel need to stay compatible to old versions of the file system and other fundamental programs.

Please correct this


Werner Landgraf

www.copaya.yi.org

============ Example: ======================

/usr/local/src/btrfs-0.2/inode.c: In function 'btrfs_init_cachep':
/usr/local/src/btrfs-0.2/inode.c:1941: error: too many arguments to function 'kmem_cache_createmake[1]: Leaving directory `/usr/src/linux-2.6.23-rc1-i486-1mn'
ts to function 'kmem_cache_create'
/usr/local/src/btrfs-0.2/inode.c:1955: error: too many arguments to function 'kmem_cache_create'
/usr/local/src/btrfs-0.2/inode.c:1962: error: too many arguments to function 'kmem_cache_create'
/usr/local/src/btrfs-0.2/inode.c:1970: error: too many arguments to function 'kmem_cache_create'
make[2]: *** [/usr/local/src/btrfs-0.2/inode.o] Error 1
make[1]: *** [_module_/usr/local/src/btrfs-0.2] Error 2
make: *** [all] Error 2