]> www.infradead.org Git - users/willy/linux.git/commit
iomap: Convert iomap_write_end_inline to take a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 2 May 2021 15:44:44 +0000 (11:44 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 18 Dec 2021 05:06:07 +0000 (00:06 -0500)
commit9c4ce08dd21145d10775c6ce6f21330a9558f8d9
tree9a4671734ee68a047ee7384d96edfdec75e169a3
parentbc6123a84a71b5dd39192c02ea8f9f4266980b0e
iomap: Convert iomap_write_end_inline to take a folio

This conversion is only safe because iomap only supports writes to inline
data which starts at the beginning of the file.

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