J. R. Okajima - 2015-11-30

Hello TBS,

"T B S":

fs/aufs/module.c:150:2: warning: passing argument 1 of $B!F(Bmemcpy$B!G(B discards $B!F(Bconst$B!G(B qualifier from pointer target type [enabled by default]
In file included from ./arch/x86/include/asm/string.h:4:0,
from include/linux/string.h:17,
from include/linux/dynamic_debug.h:111,
from include/linux/printk.h:261,
from include/linux/kernel.h:13,
from include/linux/sched.h:17,
from ././include/uapi/linux/aufs_type.h:30,
from <command-line>:0:
./arch/x86/include/asm/string_64.h:32:14: note: expected $B!F(Bvoid $B!G(B but argument is of type $B!F(Bconst struct inode_operations $B!G(B
fs/aufs/module.c:152:3: error: assignment of member $B!F(Bgetattr$B!G(B in read-only object

It doesn't look you are compiling vanilla v3.18 or v3.18.21.
Please provide these necessary info

(from aufs README file)

When you have any problems or strange behaviour in aufs, please let me
know with:
:::
- linux kernel version
if your kernel is not plain, for example modified by distributor,
the url where i can download its source is necessary too.
- aufs version which was printed at loading the module or booting the
system, instead of the date you downloaded.
- configuration (define/undefine CONFIG_AUFS_xxx)
- kernel configuration or /proc/config.gz (if you have it)
:::
- mailto: aufs-users at lists.sourceforge.net

Usually, I don't watch the Public Areas(Bugs, Support Requests, Patches,
and Feature Requests) on SourceForge. Please join and write to
aufs-users ML.


J. R. Okajima