Files
apfstests/common
Xiao Yang 65fd511691 generic/446: add __xfs_get_blocks() into _filter_xfs_dmesg
On xfs filesystem, the following patch fixed system crash caused by
this race, but it introduced the __xfs_get_blocks() warning when the
race occurred:
04197b3 ("xfs: don't BUG() on mixed direct and mapped I/O")

On upstream kernel, the fix patch was cleared by:
acdda3a ("xfs: use iomap_dio_rw")

When the fix patch was applied and not cleared(e.g, on RHEL7.4),
this case triggered the __xfs_get_blocks() warning as expected.
Moreover, generic/095 may reproduce the same warning occasionally.
So we could add __xfs_get_blocks() into _filter_xfs_dmesg.

Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
2017-07-04 11:47:29 +08:00
..
2017-05-04 15:57:08 +08:00
2017-06-08 10:53:27 +08:00
2013-03-26 21:44:05 -05:00
2016-02-19 10:49:17 +11:00
2017-06-08 10:53:27 +08:00
2017-05-19 15:06:30 +08:00
2017-07-03 20:25:01 +08:00