linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm/vmscan: fix page_freeze_refs in comment.
@ 2018-07-25 23:34 Jiang Biao
  2018-07-26  6:11 ` Michal Hocko
  0 siblings, 1 reply; 3+ messages in thread
From: Jiang Biao @ 2018-07-25 23:34 UTC (permalink / raw)
  To: akpm, mhocko, hannes, hillf.zj, minchan, ying.huang, mgorman
  Cc: linux-mm, linux-kernel, jiang.biao2, zhong.weidong

page_freeze_refs has already been relplaced by page_ref_freeze, but
it is not modified in the comment.

Signed-off-by: Jiang Biao <jiang.biao2@zte.com.cn>
---
 mm/vmscan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/vmscan.c b/mm/vmscan.c
index 03822f8..d29e207 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -744,7 +744,7 @@ static int __remove_mapping(struct address_space *mapping, struct page *page,
 		refcount = 2;
 	if (!page_ref_freeze(page, refcount))
 		goto cannot_free;
-	/* note: atomic_cmpxchg in page_freeze_refs provides the smp_rmb */
+	/* note: atomic_cmpxchg in page_refs_freeze provides the smp_rmb */
 	if (unlikely(PageDirty(page))) {
 		page_ref_unfreeze(page, refcount);
 		goto cannot_free;
-- 
2.7.4

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-26  6:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-25 23:34 [PATCH] mm/vmscan: fix page_freeze_refs in comment Jiang Biao
2018-07-26  6:11 ` Michal Hocko
2018-07-26  6:59   ` jiang.biao2

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox