Hi all,
seems more is "broken" with aufs4 and the latest kernel 4.3 series.
After editing some caveats I saw right away seems I got stuck in the
middle. So this is just a headsup I found so far:
# fix aufs4
sed -i -e
's|inode_sb_list_lock|blockdev_superblock->s_inode_list_lock|g'
"${srcdir}/aufs4.x-rcN-${_aufs}.patch"
sed -i -e 's|+extern spinlock_t
blockdev_superblock->s_inode_list_lock;|+|g'
"${srcdir}/aufs4.x-rcN-${_aufs}.patch"
https://github.com/torvalds/linux/commit/74278da9f70d84d715601fe794567a6d2bfdf078
However I ran into following error after all:
fs/aufs/super.c: In function 'au_show_brs':
fs/aufs/super.c:109:8: error: void value not ignored as it ought to be
err = seq_printf(seq, "=%s", perm.a);
^
fs/aufs/super.c:114:8: error: void value not ignored as it ought to be
err = seq_putc(seq, ':');
^
scripts/Makefile.build:258: recipe for target 'fs/aufs/super.o' failed
make[2]: *** [fs/aufs/super.o] Error 1
scripts/Makefile.build:403: recipe for target 'fs/aufs' failed
make[1]: *** [fs/aufs] Error 2
Makefile:941: recipe for target 'fs' failed
make: *** [fs] Error 2
make: *** Waiting for unfinished jobs....
For now I'll disable aufs on my end until I find more time to dig in.
greez
Phil
------------------------------------------------------------------------------