[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YMjgq3QwL+pBcuth@kroah.com>
Date: Tue, 15 Jun 2021 19:17:31 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: "Matthew Wilcox (Oracle)" <willy@...radead.org>
Cc: Christoph Hellwig <hch@....de>,
Andrew Morton <akpm@...ux-foundation.org>,
Jan Kara <jack@...e.cz>, Al Viro <viro@...iv.linux.org.uk>,
linux-mm@...ck.org, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/6] mm/writeback: Move __set_page_dirty() to core mm
On Tue, Jun 15, 2021 at 05:23:37PM +0100, Matthew Wilcox (Oracle) wrote:
> Nothing in __set_page_dirty() is specific to buffer_head, so
> move it to mm/page-writeback.c. That removes the only caller of
> account_page_dirtied() outside of page-writeback.c, so make it static.
>
> Signed-off-by: Matthew Wilcox (Oracle) <willy@...radead.org>
> ---
> fs/buffer.c | 24 ------------------------
> include/linux/mm.h | 1 -
> mm/page-writeback.c | 27 ++++++++++++++++++++++++++-
> 3 files changed, 26 insertions(+), 26 deletions(-)
>
Reviewed-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Powered by blists - more mailing lists