mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
__iomap_get_folio needs to wait for writeback to finish if the file
requires folios to be stable for writes. For the regular path this is
taken care of by __filemap_get_folio, but for the newly added batch
lookup it has to be done manually.
This fixes xfs/131 failures when running on PI-capable hardware.
Fixes:
|
||
|---|---|---|
| .. | ||
| bio.c | ||
| buffered-io.c | ||
| direct-io.c | ||
| fiemap.c | ||
| internal.h | ||
| ioend.c | ||
| iter.c | ||
| Makefile | ||
| seek.c | ||
| swapfile.c | ||
| trace.c | ||
| trace.h | ||