From: "Darrick J. Wong" <djwong@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Matthew Wilcox <willy@infradead.org>,
Johannes Weiner <hannes@cmpxchg.org>,
Mel Gorman <mgorman@suse.de>, Jan Kara <jack@suse.cz>,
Bob Peterson <rpeterso@redhat.com>,
Andreas Gruenbacher <agruenba@redhat.com>,
Damien Le Moal <damien.lemoal@opensource.wdc.com>,
Naohiro Aota <naohiro.aota@wdc.com>,
Vlastimil Babka <vbabka@suse.cz>,
Johannes Thumshirn <jth@kernel.org>,
cluster-devel@redhat.com, linux-xfs@vger.kernel.org,
linux-fsdevel@vger.kernel.org, linux-mm@kvack.org,
Christoph Hellwig <hch@lst.de>
Subject: [GIT PULL] iomap: new code for 5.20/6.0, part 2
Date: Thu, 11 Aug 2022 09:01:10 -0700 [thread overview]
Message-ID: <YvUnxjj5ktXpwGj9@magnolia> (raw)
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(-)
next reply other threads:[~2022-08-11 16:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-11 16:01 Darrick J. Wong [this message]
2022-08-11 21:32 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YvUnxjj5ktXpwGj9@magnolia \
--to=djwong@kernel.org \
--cc=agruenba@redhat.com \
--cc=cluster-devel@redhat.com \
--cc=damien.lemoal@opensource.wdc.com \
--cc=hannes@cmpxchg.org \
--cc=hch@lst.de \
--cc=jack@suse.cz \
--cc=jth@kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linux-xfs@vger.kernel.org \
--cc=mgorman@suse.de \
--cc=naohiro.aota@wdc.com \
--cc=rpeterso@redhat.com \
--cc=torvalds@linux-foundation.org \
--cc=vbabka@suse.cz \
--cc=willy@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox