mbox series

[GIT,PULL] iomap: new code for 5.20/6.0, part 2

Message ID YvUnxjj5ktXpwGj9@magnolia (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] iomap: new code for 5.20/6.0, part 2 | expand

Pull-request

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-6.0-merge-2

Message

Darrick J. Wong Aug. 11, 2022, 4:01 p.m. UTC
Hi Linus,

Please pull this second branch containing new code for iomap for
5.20^W6.0.  In the past 10 days or so I've not heard any ZOMG STOP style
complaints about removing ->writepage support from gfs2 or zonefs, so
here's the pull request removing them (and the underlying fs iomap
support) from the kernel.

As usual, I did a test-merge with upstream master as of a few minutes
ago, and didn't see any conflicts.  Please let me know if you encounter
any problems.

--D

The following changes since commit f8189d5d5fbf082786fb91c549f5127f23daec09:

  dax: set did_zero to true when zeroing successfully (2022-06-30 10:05:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-6.0-merge-2

for you to fetch changes up to 478af190cb6c501efaa8de2b9c9418ece2e4d0bd:

  iomap: remove iomap_writepage (2022-07-22 10:59:17 -0700)

----------------------------------------------------------------
New code for 6.0:
 - Remove iomap_writepage and all callers, since the mm apparently never
   called the zonefs or gfs2 writepage functions.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>

----------------------------------------------------------------
Christoph Hellwig (4):
      gfs2: stop using generic_writepages in gfs2_ail1_start_one
      gfs2: remove ->writepage
      zonefs: remove ->writepage
      iomap: remove iomap_writepage

 fs/gfs2/aops.c         | 26 --------------------------
 fs/gfs2/log.c          |  5 ++---
 fs/iomap/buffered-io.c | 15 ---------------
 fs/zonefs/super.c      |  8 --------
 include/linux/iomap.h  |  3 ---
 5 files changed, 2 insertions(+), 55 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 11, 2022, 9:32 p.m. UTC | #1
The pull request you sent on Thu, 11 Aug 2022 09:01:10 -0700:

> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-6.0-merge-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8745889a7fd04d14f461f6536c45f70cbaf3ee02

Thank you!