From: Michal Piotrowski 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 Cc: Vasily Tarasov Cc: Andi Kleen Cc: "Luck, Tony" Cc: Jan Kara Signed-off-by: Andrew Morton --- 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 #include #include -#include +#include #include #include #include _