On Tue, Oct 15, 2019 at 05:43:44PM +0200, Christoph Hellwig wrote: > Now that all the writepage code is in the iomap code there is no > need to keep this structure public. > > Signed-off-by: Christoph Hellwig <[email protected]> > Reviewed-by: Carlos Maiolino <[email protected]> > Reviewed-by: Darrick J. Wong <[email protected]> > --- > fs/iomap/buffered-io.c | 17 +++++++++++++++++ > include/linux/iomap.h | 17 ----------------- > 2 files changed, 17 insertions(+), 17 deletions(-)
Sensible, nothing should be playing around with internal iomap per-page state. Reviewed-by: Dave Chinner <[email protected]> -- Dave Chinner [email protected]

