]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - mm/page-writeback.c
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)
commitdcfe4df3d57f08f7bf4acdd36c89763fe188cf3c
treed0e2738e10485ac9fa16fb4d8306782536739c5a
parentf745c6f5fe75734f3b35d9d4e6ebe2a7d010ddda
mm/page-writeback.c: update stale account_page_redirty() comment

Commit 93f78d882865 ("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