Hi,
I have tried to compile aufs against a V4 kernel and have hit an issue.
Any help with the cause appreciated.
I haven't updated my tool chain since I set it up, but I don't think that is the cause?
Linux = rpi-4.5.y
AUFS = aufs4.4
CC fs/exec.o
In file included from include/linux/linkage.h:6:0,
from include/linux/preempt.h:9,
from include/linux/spinlock.h:50,
from include/linux/mmzone.h:7,
from include/linux/gfp.h:5,
from include/linux/slab.h:14,
from fs/exec.c:25:
fs/exec.c💯15: error: ‘path_noexec’ undeclared here (not in a function)
EXPORT_SYMBOL(path_noexec);
^
include/linux/export.h:57:16: note: in definition of macro ‘__EXPORT_SYMBOL’
extern typeof(sym) sym; \
^
fs/exec.c💯1: note: in expansion of macro ‘EXPORT_SYMBOL’
EXPORT_SYMBOL(path_noexec);
^
make[1]: *** [fs/exec.o] Error 1
make: *** [fs] Error 2
Regards
Steve