* [RFC PATCH 2/2] Add pagemap.h include to swap.h
@ 2007-10-26 19:25 Jeff Dike
0 siblings, 0 replies; only message in thread
From: Jeff Dike @ 2007-10-26 19:25 UTC (permalink / raw)
To: LKML, linux-fsdevel, linux-arch
Include linux/pagemap.h in linux/swap.h and remove the comment saying
that it's not possible.
---
include/linux/swap.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: linux-2.6.17/include/linux/swap.h
===================================================================
--- linux-2.6.17.orig/include/linux/swap.h 2007-10-24 10:05:09.000000000 -0400
+++ linux-2.6.17/include/linux/swap.h 2007-10-25 22:59:29.000000000 -0400
@@ -6,6 +6,7 @@
#include <linux/mmzone.h>
#include <linux/list.h>
#include <linux/sched.h>
+#include <linux/pagemap.h>
#include <asm/atomic.h>
#include <asm/page.h>
@@ -282,8 +283,7 @@ static inline void disable_swap_token(vo
#define si_swapinfo(val) \
do { (val)->freeswap = (val)->totalswap = 0; } while (0)
-/* only sparc can not include linux/pagemap.h in this file
- * so leave page_cache_release and release_pages undeclared... */
+
#define free_page_and_swap_cache(page) \
page_cache_release(page)
#define free_pages_and_swap_cache(pages, nr) \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-26 19:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-26 19:25 [RFC PATCH 2/2] Add pagemap.h include to swap.h Jeff Dike
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).