Skip to content

Commit 98f3ac9

Browse files
Tang Yizhoubrauner
authored andcommitted
mm/page-writeback.c: Fix comment of wb_domain_writeout_add()
__bdi_writeout_inc() has undergone multiple renamings, but the comment within the function body have not been updated accordingly. Update it to reflect the latest wb_domain_writeout_add(). Signed-off-by: Tang Yizhou <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Jan Kara <[email protected]> Signed-off-by: Christian Brauner <[email protected]>
1 parent a54fc49 commit 98f3ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/page-writeback.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ static void wb_domain_writeout_add(struct wb_domain *dom,
586586
/* First event after period switching was turned off? */
587587
if (unlikely(!dom->period_time)) {
588588
/*
589-
* We can race with other __bdi_writeout_inc calls here but
589+
* We can race with other wb_domain_writeout_add calls here but
590590
* it does not cause any harm since the resulting time when
591591
* timer will fire and what is in writeout_period_time will be
592592
* roughly the same.

0 commit comments

Comments
 (0)