]> 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)
commit4f0cedcb0985f752a2eecd087086b3621829e733
treee8aadca4fd1debdf9ea17c238d3bf2fc73a96137
parent62195168e00f1b9d36d901ca8b6ba31e01e03377
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