Re: [PATCH] writeback: update stale account_page_redirty() comment

2018-07-02 Thread Tejun Heo
On Mon, Jun 25, 2018 at 10:15:26AM -0700, Greg Thelen wrote: > 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 >

Re: [PATCH] writeback: update stale account_page_redirty() comment

2018-07-02 Thread Tejun Heo
On Mon, Jun 25, 2018 at 10:15:26AM -0700, Greg Thelen wrote: > 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 >

Re: [PATCH] writeback: update stale account_page_redirty() comment

2018-06-26 Thread Jan Kara
On Mon 25-06-18 10:15:26, Greg Thelen wrote: > 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 =>

Re: [PATCH] writeback: update stale account_page_redirty() comment

2018-06-26 Thread Jan Kara
On Mon 25-06-18 10:15:26, Greg Thelen wrote: > 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 =>

[PATCH] writeback: update stale account_page_redirty() comment

2018-06-25 Thread Greg Thelen
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 Signed-off-by: Greg Thelen ---

[PATCH] writeback: update stale account_page_redirty() comment

2018-06-25 Thread Greg Thelen
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 Signed-off-by: Greg Thelen ---