diff options
author | Jann Horn <jannh@google.com> | 2019-10-18 17:39:46 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-10-21 12:30:49 -0400 |
commit | 834c7360f92ad88155c5628eb10d60419ebaa0df (patch) | |
tree | b61f7c4973f7521c4468ede7c912971c80e50f77 /samples/Kconfig | |
parent | 990be747648576184a65af0b20032126cb83a046 (diff) | |
download | linux-834c7360f92ad88155c5628eb10d60419ebaa0df.tar.bz2 |
binder: Remove incorrect comment about vm_insert_page() behavior
vm_insert_page() does increment the page refcount, and just to be sure,
I've confirmed it by printing page_count(page[0].page_ptr) before and after
vm_insert_page(). It's 1 before, 2 afterwards, as expected.
Fixes: a145dd411eb2 ("VM: add "vm_insert_page()" function")
Signed-off-by: Jann Horn <jannh@google.com>
Acked-by: Christian Brauner <christian.brauner@ubuntu.com>
Link: https://lore.kernel.org/r/20191018153946.128584-1-jannh@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'samples/Kconfig')
0 files changed, 0 insertions, 0 deletions