mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
9b897c8055
The warning in fs/iomap.c::iomap_dio_actor() could be triggered when mixing dio and mmap I/O on the same sparse file. Several tests could hit this warning now, like generic/095 generic/224 and generic/446. So add this expected warning to whitelist too. Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>