]> git.pld-linux.org Git - packages/kernel.git/blame - 2.6.0-t8-swap-include-lkml.patch
- obsolete
[packages/kernel.git] / 2.6.0-t8-swap-include-lkml.patch
CommitLineData
0fca2e6c 1# This is a BitKeeper generated patch for the following project:
2# Project Name: Linux kernel tree
3# This patch format is intended for GNU patch command version 2.5 or higher.
4# This patch includes the following deltas:
5# ChangeSet 1.1367 -> 1.1368
6# include/linux/swap.h 1.79 -> 1.80
7#
8# The following is the BitKeeper ChangeSet Log
9# --------------------------------------------
10# 03/10/16 noah@caltech.edu 1.1368
11# The linux/swap.h header uses the page_cache_release and release_pages
12# functions declared in linux/pagemap.h when CONFIG_SWAP is disabled. Add
13# an include of linux/pagemap.h so swap.h finds those declarations on
14# architectures that don't include pagemap.h indirectly.
15# --------------------------------------------
16#
17diff -Nru a/include/linux/swap.h b/include/linux/swap.h
18--- a/include/linux/swap.h Fri Oct 17 13:40:06 2003
19+++ b/include/linux/swap.h Fri Oct 17 13:40:06 2003
20@@ -4,6 +4,7 @@
21 #include <linux/config.h>
22 #include <linux/spinlock.h>
23 #include <linux/linkage.h>
24+#include <linux/pagemap.h>
25 #include <linux/mmzone.h>
26 #include <linux/list.h>
27 #include <linux/sched.h>
This page took 0.395496 seconds and 4 git commands to generate.