From: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
Vasily Tarasov <vtaras@openvz.org>, Jan Kara <jack@ucw.cz>
Subject: [PATCH] fs/quota.c build fix (Re: mm snapshot broken-out-2007-06-20-10-12.tar.gz uploaded)
Date: Wed, 20 Jun 2007 20:45:21 +0200 [thread overview]
Message-ID: <467975C1.2040200@googlemail.com> (raw)
In-Reply-To: <200706201714.l5KHEYh6010297@imap1.linux-foundation.org>
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>
next prev parent reply other threads:[~2007-06-20 18:50 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-20 17:14 mm snapshot broken-out-2007-06-20-10-12.tar.gz uploaded akpm
2007-06-20 18:45 ` Michal Piotrowski [this message]
2007-06-21 14:17 ` [PATCH] fs/quota.c build fix (Re: mm snapshot broken-out-2007-06-20-10-12.tar.gz uploaded) Vasily Tarasov
2007-06-21 0:51 ` mm snapshot broken-out-2007-06-20-10-12.tar.gz uploaded Bob Picco
2007-06-21 1:07 ` Randy Dunlap
2007-06-21 1:14 ` Bob Picco
2007-06-21 4:54 ` Randy Dunlap
2007-06-26 4:12 ` Andrew Morton
2007-06-21 0:52 ` Bob Picco
2007-06-21 2:55 ` Jeremy Fitzhardinge
2007-06-21 3:33 ` Jeremy Fitzhardinge
2007-06-21 23:01 ` Andrew Morton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=467975C1.2040200@googlemail.com \
--to=michal.k.k.piotrowski@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=jack@ucw.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=vtaras@openvz.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.