commit | ef277c73ca3b1aade278036ae11640090681d558 | [log] [tgz] |
---|---|---|
author | Tang Chen <[email protected]> | Mon Jul 08 16:00:21 2013 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Jul 09 10:33:23 2013 -0700 |
tree | 87290bf57329a3df8c381b3078b07a137c4fc543 | |
parent | bcb615a81b1765864c71c50afb56631e7a1e5283 [diff] |
page migration: fix wrong comment in address_space_operations.migratepage() There is no parameter "sync" in address_space_operations->migratepage(). It should be migrate_mode. And the comment is for MIGRATE_ASYNC. Signed-off-by: Tang Chen <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>