I'm trying to install the latest stable Dazuko in Linux Mint 8. I'm running kernel 2.6.31.21.
When running make, I get this:
make -C /lib/modules/`uname -r`/build SUBDIRS="`pwd`" modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.31-21-generic' CC [M] /install_files/dazukofs-3.1.3/inode.o /install_files/dazukofs-3.1.3/inode.c: In function ‘dazukofs_interpose’: /install_files/dazukofs-3.1.3/inode.c:133: error: too few arguments to function ‘fsstack_copy_attr_all’
/install_files/dazukofs-3.1.3/inode.c: In function ‘dazukofs_setattr’: /install_files/dazukofs-3.1.3/inode.c:491: error: too few arguments to function ‘fsstack_copy_attr_all’ /install_files/dazukofs-3.1.3/inode.c: In function ‘dazukofs_setxattr’:
/install_files/dazukofs-3.1.3/inode.c:524: error: too few arguments to function ‘fsstack_copy_attr_all’ /install_files/dazukofs-3.1.3/inode.c: In function ‘dazukofs_rename’: /install_files/dazukofs-3.1.3/inode.c:741: error: too few arguments to function ‘fsstack_copy_attr_all’
/install_files/dazukofs-3.1.3/inode.c:743: error: too few arguments to function ‘fsstack_copy_attr_all’ make[2]: *** [/install_files/dazukofs-3.1.3/inode.o] Error 1 make[1]: *** [_module_/install_files/dazukofs-3.1.3] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.31-21-generic' make: *** [dazukofs_modules] Error 2