Skip to content

Commit d437024

Browse files
MiaoheLintorvalds
authored andcommitted
mm/page_counter: correct the obsolete func name in the comment of page_counter_try_charge()
Since commit bbec2e1 ("mm: rename page_counter's count/limit into usage/max"), page_counter_limit() is renamed to page_counter_set_max(). So replace page_counter_limit with page_counter_set_max in comment. Signed-off-by: Miaohe Lin <linmiaohe@huawei.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Cc: Roman Gushchin <guro@fb.com> Cc: Johannes Weiner <hannes@cmpxchg.org> Link: https://lkml.kernel.org/r/20200917113629.14382-1-linmiaohe@huawei.com Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 5f9a4f4 commit d437024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/page_counter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ bool page_counter_try_charge(struct page_counter *counter,
109109
*
110110
* The atomic_long_add_return() implies a full memory
111111
* barrier between incrementing the count and reading
112-
* the limit. When racing with page_counter_limit(),
112+
* the limit. When racing with page_counter_set_max(),
113113
* we either see the new limit or the setter sees the
114114
* counter has changed and retries.
115115
*/

0 commit comments

Comments
 (0)