Re: [Cluster-devel] [PATCH 02/27] iomap: remove the iomap arguments to ->page_{prepare, done}

2021-07-19 Thread Darrick J. Wong
On Mon, Jul 19, 2021 at 12:34:55PM +0200, Christoph Hellwig wrote: > These aren't actually used by the only instance implementing the methods. > > Signed-off-by: Christoph Hellwig /me finds it kind of amusing that we still don't have any ->page_prepare use cases for actually passing the page

[Cluster-devel] [PATCH 02/27] iomap: remove the iomap arguments to ->page_{prepare, done}

2021-07-19 Thread Christoph Hellwig
These aren't actually used by the only instance implementing the methods. Signed-off-by: Christoph Hellwig --- fs/gfs2/bmap.c | 5 ++--- fs/iomap/buffered-io.c | 6 +++--- include/linux/iomap.h | 5 ++--- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/fs/gfs2/bmap.c