summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-04-11 23:14:26 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-04-11 23:14:26 -0700
commitbe5ceb401d4853c6b31f3f0c79d6b14ef5847288 (patch)
treed5750295c4e2e63b897af086237961122f3ca284 /include/linux
parent67817afb902270c3b7a0af03ee90dc598f79f96f (diff)
[PATCH] remove page.list
Remove the now-unneeded page.list field.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h
index fa7beaefd038..94b0326d120f 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -180,7 +180,6 @@ struct page {
page_flags_t flags; /* atomic flags, some possibly
updated asynchronously */
atomic_t count; /* Usage count, see below. */
- struct list_head list; /* ->mapping has some page lists. */
struct address_space *mapping; /* The inode (or ...) we belong to. */
pgoff_t index; /* Our offset within mapping. */
struct list_head lru; /* Pageout list, eg. active_list;