page migration: fix wrong comment in address_space_operations.migratepage()
authorTang Chen <tangchen@cn.fujitsu.com>
Mon, 8 Jul 2013 23:00:21 +0000 (16:00 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Jul 2013 17:33:23 +0000 (10:33 -0700)
commitef277c73ca3b1aade278036ae11640090681d558
tree87290bf57329a3df8c381b3078b07a137c4fc543
parentbcb615a81b1765864c71c50afb56631e7a1e5283
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 <tangchen@cn.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/fs.h