Re: [PATCH 3/3] mm: require ->set_page_dirty to be explicitly wire up

From: Greg Kroah-Hartman
Date: Mon Jun 14 2021 - 02:25:03 EST


On Mon, Jun 14, 2021 at 08:15:12AM +0200, Christoph Hellwig wrote:
> Remove the CONFIG_BLOCK default to __set_page_dirty_buffers and just
> wire that method up for the missing instances.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
> ---
> fs/adfs/inode.c | 1 +
> fs/affs/file.c | 2 ++
> fs/bfs/file.c | 1 +
> fs/block_dev.c | 1 +
> fs/exfat/inode.c | 1 +
> fs/ext2/inode.c | 2 ++
> fs/fat/inode.c | 1 +
> fs/gfs2/meta_io.c | 2 ++
> fs/hfs/inode.c | 2 ++
> fs/hfsplus/inode.c | 2 ++
> fs/hpfs/file.c | 1 +
> fs/jfs/inode.c | 1 +
> fs/minix/inode.c | 1 +
> fs/nilfs2/mdt.c | 1 +
> fs/ocfs2/aops.c | 1 +
> fs/omfs/file.c | 1 +
> fs/sysv/itree.c | 1 +
> fs/udf/file.c | 1 +
> fs/udf/inode.c | 1 +
> fs/ufs/inode.c | 1 +
> mm/page-writeback.c | 18 ++++--------------
> 21 files changed, 29 insertions(+), 14 deletions(-)
>


Reviewed-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>