sfjro@xxxxxxxxxxxxxxxxxxxxx dixit:
This is the last version of my approach (documentations are omitted).
This doesn’t really differ from what I sent last, does it?
Would you try on your m68k when you have time?
You _are_ aware that a kernel compile takes over a day, right? Why don’t you use the patch from: http://lists.debian.org/debian-kernel/2012/01/msg00000.html
+# sparse requires the full pathname +ccflags-y += -include ${srctree}/include/linux/aufs_name.h
If that is so, (whatever sparse is – the build succeeded with my patch), change this in my patch too.
+#ifdef __KERNEL__
Hrm. Is this needed?
+#define pr_fmt(fmt) AUFS_NAME " %s:%d:%s[%d]: " fmt,\ + __func__, __LINE__, current->comm, current->pid
You need to #undef it first. It’s always defined, to just fmt.
+#include <linux/aufs_name.h>
You include aufs_name.h twice now, once in the Makefile, once in the header. Shouldn’t one be enough? bye, //mirabilos -- “Having a smoking section in a restaurant is like having a peeing section in a swimming pool.” -- Edward Burr -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html