]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita1967545106885435136860e1029328d1380e30f
treef29de0e0016bbb01de333246b26250d3971efae2
parentf453250648882e448d2096fb673d43c25be4d0a1
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