iomap: Inline __iomap_zero_iter into its caller
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 21 Dec 2021 00:03:46 +0000 (19:03 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 21 Dec 2021 18:51:08 +0000 (13:51 -0500)
commit4d7bd0eb72e5831ddb1288786a96448b48440825
treef29de0e0016bbb01de333246b26250d3971efae2
parent6795801366da0cd3d99e27c37f020a8f16714886
iomap: Inline __iomap_zero_iter into its caller

To make the merge easier, replicate the inlining of __iomap_zero_iter()
into iomap_zero_iter() that is currently in the nvdimm tree.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
fs/iomap/buffered-io.c