]> git.baikalelectronics.ru Git - kernel.git/commit
mm/page-writeback.c: update stale account_page_redirty() comment
authorGreg Thelen <gthelen@google.com>
Fri, 17 Aug 2018 22:46:47 +0000 (15:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 17 Aug 2018 23:20:30 +0000 (16:20 -0700)
commitbc521ed508d55b08504efc0afd1c09b5a6744bf6
treed0e2738e10485ac9fa16fb4d8306782536739c5a
parent5bd94d80adb26eafa1c17d8c0de314897567e7f0
mm/page-writeback.c: update stale account_page_redirty() comment

Commit 11ce0e971160 ("writeback: move backing_dev_info->bdi_stat[] into
bdi_writeback") replaced BDI_DIRTIED with WB_DIRTIED in
account_page_redirty().  Update comment to track that change.

  BDI_DIRTIED => WB_DIRTIED
  BDI_WRITTEN => WB_WRITTEN

Link: http://lkml.kernel.org/r/20180625171526.173483-1-gthelen@google.com
Signed-off-by: Greg Thelen <gthelen@google.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page-writeback.c