]> 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)
commit5498626ac02447c313726c951cb6a4168eff775b
treed0e2738e10485ac9fa16fb4d8306782536739c5a
parentda84cd9fb81ba63ad3b95b98373a8d5e4e776de6
mm/page-writeback.c: update stale account_page_redirty() comment

Commit 76d020d0deb8 ("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