commit | ea0f843aa7942f169ff45d8c68aa81c1645772a6 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Wed Apr 28 22:32:02 2021 -0400 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Thu Dec 16 15:49:52 2021 -0500 |
tree | 8b619130e00e861e78949e35be12bb5630a9a5d9 | |
parent | 3aa9c659bf821f112ed765d822f67340a92b8b82 [diff] |
iomap: Convert iomap_page_mkwrite to use a folio If we write to any page in a folio, we have to mark the entire folio as dirty, and potentially COW the entire folio, because it'll all get written back as one unit. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>