Re: [PATCH 2/3] mm: remove cleancache.c

From: Chao Yu
Date: Mon May 27 2019 - 21:27:53 EST


On 2019/5/27 18:32, Juergen Gross wrote:
> With the removal of tmem and xen-selfballoon the only user of
> cleancache is gone. Remove it, too.
>
> Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
> ---
> Documentation/vm/cleancache.rst | 296 ------------------------------------
> Documentation/vm/frontswap.rst | 10 +-
> Documentation/vm/index.rst | 1 -
> MAINTAINERS | 7 -
> drivers/staging/erofs/data.c | 6 -
> drivers/staging/erofs/internal.h | 1 -
> fs/block_dev.c | 5 -
> fs/btrfs/extent_io.c | 9 --
> fs/btrfs/super.c | 2 -
> fs/ext4/readpage.c | 6 -
> fs/ext4/super.c | 2 -
> fs/f2fs/data.c | 3 +-

For erofs and f2fs part,

Acked-by: Chao Yu <yuchao0@xxxxxxxxxx>

Thanks,

> fs/mpage.c | 7 -
> fs/ocfs2/super.c | 2 -
> fs/super.c | 3 -
> include/linux/cleancache.h | 124 ---------------
> include/linux/fs.h | 5 -
> mm/Kconfig | 22 ---
> mm/Makefile | 1 -
> mm/cleancache.c | 317 ---------------------------------------
> mm/filemap.c | 11 --
> mm/truncate.c | 15 +-