[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <467975C1.2040200@googlemail.com>
Date: Wed, 20 Jun 2007 20:45:21 +0200
From: Michal Piotrowski <michal.k.k.piotrowski@...il.com>
To: Andrew Morton <akpm@...ux-foundation.org>
CC: LKML <linux-kernel@...r.kernel.org>,
Vasily Tarasov <vtaras@...nvz.org>, Jan Kara <jack@....cz>
Subject: [PATCH] fs/quota.c build fix (Re: mm snapshot broken-out-2007-06-20-10-12.tar.gz
uploaded)
akpm@...ux-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@...il.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists