]> 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>
Thu, 25 Nov 2021 19:03:11 +0000 (14:03 -0500)
commit95c2bc7f81881578ed04d18d1608edd1542b78e9
tree0fb6b95ccdc98279ce7d242b13bb15b4cf613126
parent1cf533ca5e28ca26ac63ece2624539f8a9e7488c
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