fix rcu_read_lock() in page migraton
authorKAMEZAWA Hiroyuki <[email protected]>
Fri, 31 Aug 2007 06:56:21 +0000 (23:56 -0700)
committerLinus Torvalds <[email protected]>
Fri, 31 Aug 2007 08:42:22 +0000 (01:42 -0700)
commit989f89c57e6361e7d16fbd9572b5da7d313b073d
treecd5f655709e1515568c1e1f309f169723ce3b084
parentd1254b12c93e1e586137a2ffef71fd33cf273f35
fix rcu_read_lock() in page migraton

In migration fallback path, write_page() or lock_page() will be called.
This causes sleep with holding rcu_read_lock().
For avoding that, just do rcu_lock if the page is Anon.(this is enough.)

Signed-off-by: KAMEZAWA Hiroyuki <[email protected]>
Acked-by: Christoph Lameter <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/migrate.c