]> git.baikalelectronics.ru Git - kernel.git/commit
iomap: Remove test for folio error
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 25 May 2022 04:10:01 +0000 (00:10 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 29 Jun 2022 12:51:07 +0000 (08:51 -0400)
commit62c7ad2f734fee88f6fef02ce7b50ad5430e3a6f
treefc86a6e443840ca6bfdfb0f177036edc188bc851
parent77e5a5c13a6cd60615fc8327e98f5d84f2708edd
iomap: Remove test for folio error

Just because there has been a read error doesn't mean we should avoid
marking this part of the folio as uptodate.  Indeed, it may overwrite
the error part of the folio and let us mark the entire folio uptodate.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/iomap/buffered-io.c