]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] migration: make sure there is no attempt to migrate reserved pages.
authorChristoph Lameter <clameter@engr.sgi.com>
Thu, 12 Jan 2006 09:05:20 +0000 (01:05 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 12 Jan 2006 17:08:48 +0000 (09:08 -0800)
commitfa237b7d831d532af787e8312b888812e3f29117
tree497aba8cdeb00b1fe8d227a9b839c1ce8980f3a2
parentefb0c75729256d0c1ebe1355b0823370f5a57297
[PATCH] migration: make sure there is no attempt to migrate reserved pages.

This ensures that reserved pages are not migrated.  Reserved pages
currently cause the WARN_ON to trigger in migrate_page_add()

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/mempolicy.c