Commit 99ef0315f1b320f392acc4364598340e78758fd2
Committed by
Linus Torvalds
1 parent
de7d2b567d
Exists in
master
and in
6 other branches
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>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
mm/rmap.c
... | ... | @@ -1164,7 +1164,7 @@ |
1164 | 1164 | |
1165 | 1165 | /* |
1166 | 1166 | * Subfunctions of try_to_unmap: try_to_unmap_one called |
1167 | - * repeatedly from either try_to_unmap_anon or try_to_unmap_file. | |
1167 | + * repeatedly from try_to_unmap_ksm, try_to_unmap_anon or try_to_unmap_file. | |
1168 | 1168 | */ |
1169 | 1169 | int try_to_unmap_one(struct page *page, struct vm_area_struct *vma, |
1170 | 1170 | unsigned long address, enum ttu_flags flags) |