Mailing List Archive

[PATCH] fs/quota.c build fix (Re: mm snapshot broken-out-2007-06-20-10-12.tar.gz uploaded)
akpm@linux-foundation.org pisze:
> The mm snapshot broken-out-2007-06-20-10-12.tar.gz has been uploaded to
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/mm/broken-out-2007-06-20-10-12.tar.gz
>
> It contains the following patches against 2.6.22-rc5:
>

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

Regards,
Michal

--
LOG
http://www.stardust.webpages.pl/log/

Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>

--- linux-work-clean/fs/quota.c 2007-06-20 20:38:52.000000000 +0200
+++ linux-work/fs/quota.c 2007-06-20 20:35:02.000000000 +0200
@@ -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>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Re: [PATCH] fs/quota.c build fix (Re: mm snapshot broken-out-2007-06-20-10-12.tar.gz uploaded) [ In reply to ]
On Wed, 2007-06-20 at 20:45 +0200, Michal Piotrowski wrote:
> akpm@linux-foundation.org pisze:
> > The mm snapshot broken-out-2007-06-20-10-12.tar.gz has been uploaded to
> >
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/mm/broken-out-2007-06-20-10-12.tar.gz
> >

it was my fault, sorry.

Thank you for the fix.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/