From: Jeff Dike <jdike@addtoit.com>
To: Andrew Morton <akpm@osdl.org>
Cc: LKML <linux-kernel@vger.kernel.org>, Rob Landley <rob@landley.net>
Subject: [PATCH] include linux/pagemap.h in asm-generic/tlb.h
Date: Fri, 24 Aug 2007 14:46:16 -0400 [thread overview]
Message-ID: <20070824184616.GA9442@c2.user-mode-linux.org> (raw)
[ This looks non-urgent to me ]
Without linux/pagemap.h, asm-generic/tlb.h is missing declarations of
page_cache_release and release_pages.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
--
include/asm-generic/tlb.h | 1 +
1 file changed, 1 insertion(+)
Index: linux-2.6.22/include/asm-generic/tlb.h
===================================================================
--- linux-2.6.22.orig/include/asm-generic/tlb.h 2007-07-08 19:32:17.000000000 -0400
+++ linux-2.6.22/include/asm-generic/tlb.h 2007-08-22 17:29:45.000000000 -0400
@@ -13,6 +13,7 @@
#ifndef _ASM_GENERIC__TLB_H
#define _ASM_GENERIC__TLB_H
+#include <linux/pagemap.h>
#include <linux/swap.h>
#include <asm/pgalloc.h>
#include <asm/tlbflush.h>
next reply other threads:[~2007-08-24 18:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-24 18:46 Jeff Dike [this message]
2007-08-24 20:51 ` [PATCH] include linux/pagemap.h in asm-generic/tlb.h Rob Landley
2007-08-24 22:46 ` Jeff Dike
2007-08-26 6:48 ` Rob Landley
2007-08-25 0:20 ` Andrew Morton
2007-08-25 2:15 ` Jeff Dike
2007-08-25 3:34 ` Andrew Morton
2007-08-26 5:44 ` Rob Landley
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=20070824184616.GA9442@c2.user-mode-linux.org \
--to=jdike@addtoit.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rob@landley.net \
/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.