diff options
author | Linus Torvalds | 2022-08-11 13:11:49 -0700 |
---|---|---|
committer | Linus Torvalds | 2022-08-11 13:11:49 -0700 |
commit | 8745889a7fd04d14f461f6536c45f70cbaf3ee02 (patch) | |
tree | 54efdb32aa2ce262ee3a04c3e954a7402e122ee7 /include/linux | |
parent | 786da5da5671c2d4cf812fe1ccc980bdde30c69e (diff) | |
parent | 478af190cb6c501efaa8de2b9c9418ece2e4d0bd (diff) |
Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Pull more iomap updates from Darrick Wong:
"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:
- Remove iomap_writepage and all callers, since the mm apparently
never called the zonefs or gfs2 writepage functions"
* tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
iomap: remove iomap_writepage
zonefs: remove ->writepage
gfs2: remove ->writepage
gfs2: stop using generic_writepages in gfs2_ail1_start_one
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/iomap.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/iomap.h b/include/linux/iomap.h index 25ac28175e4f..238a03087e17 100644 --- a/include/linux/iomap.h +++ b/include/linux/iomap.h @@ -297,9 +297,6 @@ void iomap_finish_ioends(struct iomap_ioend *ioend, int error); void iomap_ioend_try_merge(struct iomap_ioend *ioend, struct list_head *more_ioends); void iomap_sort_ioends(struct list_head *ioend_list); -int iomap_writepage(struct page *page, struct writeback_control *wbc, - struct iomap_writepage_ctx *wpc, - const struct iomap_writeback_ops *ops); int iomap_writepages(struct address_space *mapping, struct writeback_control *wbc, struct iomap_writepage_ctx *wpc, const struct iomap_writeback_ops *ops); |