common: turn _filter_xfs_dmesg() into _filter_aiodio_dmesg()
authorIlya Dryomov <idryomov@gmail.com>
Thu, 12 Oct 2017 14:54:03 +0000 (16:54 +0200)
committerEryu Guan <eguan@redhat.com>
Thu, 12 Oct 2017 16:03:30 +0000 (00:03 +0800)
commit5aa662733ab0435280bd849b06d91217b7682514
treefa3c873d69f7c2d10c236b5aabe59af730172389
parentca93e26865abf83603badbbf11805760c9c2e45f
common: turn _filter_xfs_dmesg() into _filter_aiodio_dmesg()

With upstream commit 332391a9935d ("fs: Fix page cache inconsistency
when mixing buffered and AIO DIO"), ext4 (and probably other
non-iomap based filesystems) need a _check_dmesg() whitelist entry
for a new WARN in dio_complete() -- generic/095 and 247 trigger a
dio_complete() splat pretty reliably for me.

Add dio_complete() entry to _filter_xfs_dmesg(), rename it and use
it unconditionally in generic/095, 224, 247 and 446.

[eguan: source common/filter too in generic/446]

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
common/filter
tests/generic/095
tests/generic/224
tests/generic/247
tests/generic/446