Re: [PATCH 2/5] page_migrate: Fix wrong comment in address_space_operations->migratepage()

2013-08-20 Thread Tang Chen
On 08/20/2013 07:02 PM, Jiri Kosina wrote: On Thu, 20 Jun 2013, Tang Chen wrote: There is no parameter "sync" in address_space_operations->migratepage(). It should be mograte_mode. And the comment is for MIGRATE_ASYNC. I am fixing this typo in changelog :) and applying the series. Hi Jiri,

Re: [PATCH 2/5] page_migrate: Fix wrong comment in address_space_operations->migratepage()

2013-08-20 Thread Jiri Kosina
On Thu, 20 Jun 2013, Tang Chen wrote: > There is no parameter "sync" in address_space_operations->migratepage(). > It should be mograte_mode. And the comment is for MIGRATE_ASYNC. I am fixing this typo in changelog :) and applying the series. > > Signed-off-by: Tang Chen > --- >

Re: [PATCH 2/5] page_migrate: Fix wrong comment in address_space_operations-migratepage()

2013-08-20 Thread Jiri Kosina
On Thu, 20 Jun 2013, Tang Chen wrote: There is no parameter sync in address_space_operations-migratepage(). It should be mograte_mode. And the comment is for MIGRATE_ASYNC. I am fixing this typo in changelog :) and applying the series. Signed-off-by: Tang Chen tangc...@cn.fujitsu.com ---

Re: [PATCH 2/5] page_migrate: Fix wrong comment in address_space_operations-migratepage()

2013-08-20 Thread Tang Chen
On 08/20/2013 07:02 PM, Jiri Kosina wrote: On Thu, 20 Jun 2013, Tang Chen wrote: There is no parameter sync in address_space_operations-migratepage(). It should be mograte_mode. And the comment is for MIGRATE_ASYNC. I am fixing this typo in changelog :) and applying the series. Hi Jiri,

[PATCH 2/5] page_migrate: Fix wrong comment in address_space_operations->migratepage()

2013-06-20 Thread Tang Chen
There is no parameter "sync" in address_space_operations->migratepage(). It should be mograte_mode. And the comment is for MIGRATE_ASYNC. Signed-off-by: Tang Chen --- include/linux/fs.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/fs.h

[PATCH 2/5] page_migrate: Fix wrong comment in address_space_operations-migratepage()

2013-06-20 Thread Tang Chen
There is no parameter sync in address_space_operations-migratepage(). It should be mograte_mode. And the comment is for MIGRATE_ASYNC. Signed-off-by: Tang Chen tangc...@cn.fujitsu.com --- include/linux/fs.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git