- diskquota-32bit-quota-tools-on-64bit-architectures-fix.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     fs/quota.c build fix
has been removed from the -mm tree.  Its filename was
     diskquota-32bit-quota-tools-on-64bit-architectures-fix.patch

This patch was dropped because it was folded into diskquota-32bit-quota-tools-on-64bit-architectures.patch

------------------------------------------------------
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

git-kvm.patch
diskquota-32bit-quota-tools-on-64bit-architectures.patch
diskquota-32bit-quota-tools-on-64bit-architectures-fix.patch
diskquota-32bit-quota-tools-on-64bit-architectures-fix-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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux