Benjamin LaHaise 8e321fefb0 aio/migratepages: make aio migrate pages sane
The arbitrary restriction on page counts offered by the core
migrate_page_move_mapping() code results in rather suspicious looking
fiddling with page reference counts in the aio_migratepage() operation.
To fix this, make migrate_page_move_mapping() take an extra_count parameter
that allows aio to tell the code about its own reference count on the page
being migrated.

While cleaning up aio_migratepage(), make it validate that the old page
being passed in is actually what aio_migratepage() expects to prevent
misbehaviour in the case of races.

Signed-off-by: Benjamin LaHaise <bcrl@kvack.org>
2013-12-21 17:56:08 -05:00
..
2012-01-03 22:54:56 -05:00
2011-07-26 16:49:47 -07:00
2013-12-18 19:04:52 -08:00
2013-09-10 18:56:30 -04:00
2013-12-20 15:41:27 -08:00
2013-06-28 14:34:33 +02:00
2013-10-16 21:35:53 -07:00
2013-07-30 11:53:12 -04:00
2012-06-20 14:39:36 -07:00
2013-11-13 12:09:11 +09:00