]> git.baikalelectronics.ru Git - kernel.git/commit
ksm: fix the comment of try_to_unmap_one()
authorWanlong Gao <gaowanlong@cn.fujitsu.com>
Tue, 1 Nov 2011 00:08:51 +0000 (17:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 1 Nov 2011 00:30:49 +0000 (17:30 -0700)
commit02268f632f4ecd24a6d38f463e5a2d682f703897
treee8aadca4fd1debdf9ea17c238d3bf2fc73a96137
parentb893d8067145de8ec6a66d0159d6f0682afb422b
ksm: fix the comment of try_to_unmap_one()

try_to_unmap_one() is called by try_to_unmap_ksm(), too.

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Cc: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/rmap.c