The patch titled fs/quota.c build fix has been added to the -mm tree. Its filename is diskquota-32bit-quota-tools-on-64bit-architectures-fix.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fs/quota.c build fix From: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx> CC fs/quota.o fs/quota.c:13:24: error: asm/compat.h: No such file or directory make[1]: *** [fs/quota.o] Error 1 make: *** [fs] Error 2 diskquota-32bit-quota-tools-on-64bit-architectures.patch Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx> Cc: Vasily Tarasov <vtaras@xxxxxxxxxx> Cc: Andi Kleen <ak@xxxxxxx> Cc: "Luck, Tony" <tony.luck@xxxxxxxxx> Cc: Jan Kara <jack@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/quota.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/quota.c~diskquota-32bit-quota-tools-on-64bit-architectures-fix fs/quota.c --- a/fs/quota.c~diskquota-32bit-quota-tools-on-64bit-architectures-fix +++ a/fs/quota.c @@ -10,7 +10,7 @@ #include <linux/slab.h> #include <asm/current.h> #include <asm/uaccess.h> -#include <asm/compat.h> +#include <linux/compat.h> #include <linux/kernel.h> #include <linux/security.h> #include <linux/syscalls.h> _ Patches currently in -mm which might be from michal.k.k.piotrowski@xxxxxxxxx are smsc-ircc2-skip-preconfiguration-for-pnp-devices.patch pnp-smcf010-quirk-auto-config-device-if-bios-left-it-broken.patch git-kvm.patch diskquota-32bit-quota-tools-on-64bit-architectures-fix.patch revoke-special-mmap-handling-vs-fault-vs-invalidate.patch reiser4.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html