projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
392d814
)
mm/rmap.c: fix comment
author
Huang Shijie
<
[email protected]
>
Thu, 1 Oct 2009 22:44:04 +0000
(15:44 -0700)
committer
Linus Torvalds
<
[email protected]
>
Thu, 1 Oct 2009 23:11:12 +0000
(16:11 -0700)
The page_address_in_vma() is not only used in unuse_vma().
Signed-off-by: Huang Shijie <
[email protected]
>
Acked-by: Hugh Dickins <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
mm/rmap.c
patch
|
blob
|
history
diff --git
a/mm/rmap.c
b/mm/rmap.c
index 28aafe2b530668b03c766619a83873ee2a91087e..dd43373a483fa764ce35a3bdc541ea4148653af4 100644
(file)
--- a/
mm/rmap.c
+++ b/
mm/rmap.c
@@
-242,8
+242,8
@@
vma_address(struct page *page, struct vm_area_struct *vma)
}
/*
- * At what user virtual address is page expected in vma?
checking that the
- *
page matches the vma: currently only used on anon pages, by unuse_vma;
+ * At what user virtual address is page expected in vma?
+ *
checking that the page matches the vma.
*/
unsigned long page_address_in_vma(struct page *page, struct vm_area_struct *vma)
{