ksm: fix the comment of try_to_unmap_one()
authorWanlong Gao <[email protected]>
Tue, 1 Nov 2011 00:08:51 +0000 (17:08 -0700)
committerLinus Torvalds <[email protected]>
Tue, 1 Nov 2011 00:30:49 +0000 (17:30 -0700)
commit99ef0315f1b320f392acc4364598340e78758fd2
treee8aadca4fd1debdf9ea17c238d3bf2fc73a96137
parentde7d2b567d040e3b67fe7121945982f14343213d
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 <[email protected]>
Cc: Hugh Dickins <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/rmap.c