[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221113162902.883850-1-hch@lst.de>
Date: Sun, 13 Nov 2022 17:28:53 +0100
From: Christoph Hellwig <hch@....de>
To: Namjae Jeon <linkinjeon@...nel.org>,
Sungjong Seo <sj1557.seo@...sung.com>,
Jan Kara <jack@...e.com>,
OGAWA Hirofumi <hirofumi@...l.parknet.co.jp>,
Mikulas Patocka <mikulas@...ax.karlin.mff.cuni.cz>,
Dave Kleikamp <shaggy@...nel.org>,
Bob Copeland <me@...copeland.com>
Cc: linux-fsdevel@...r.kernel.org, linux-ext4@...r.kernel.org,
jfs-discussion@...ts.sourceforge.net,
linux-karma-devel@...ts.sourceforge.net, linux-mm@...ck.org
Subject: start removing writepage instances
Hi all,
The VM doesn't need or want ->writepage for writeback and is fine with
just having ->writepages as long as ->migrate_folio is implemented.
This series removes all ->writepage instances that use
block_write_full_page directly and also have a plain mpage_writepages
based ->writepages.
Diffstat:
fs/exfat/inode.c | 9 ++-------
fs/ext2/inode.c | 6 ------
fs/fat/inode.c | 9 ++-------
fs/hfs/inode.c | 2 +-
fs/hfsplus/inode.c | 2 +-
fs/hpfs/file.c | 9 ++-------
fs/jfs/inode.c | 7 +------
fs/omfs/file.c | 7 +------
fs/udf/inode.c | 7 +------
9 files changed, 11 insertions(+), 47 deletions(-)
Powered by blists - more mailing lists