]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
common/xfs: add iomap_dio_complete() to the dmesg filter
authorEryu Guan <eguan@redhat.com>
Fri, 29 Sep 2017 04:05:41 +0000 (12:05 +0800)
committerEryu Guan <eguan@redhat.com>
Sun, 1 Oct 2017 11:24:21 +0000 (19:24 +0800)
commita44ee35b6282d8337bed5dbe9c6a720cc0a9533f
treef29d753858fb78c13ce8f42919d84569b0fa79d6
parent2d583495c5a40e1d289c48f17e2b2b2382e98d6e
common/xfs: add iomap_dio_complete() to the dmesg filter

Kernel commit 332391a9935d ("fs: Fix page cache inconsistency when mixing
buffered and AIO DIO") moved the WARN_ON_ONCE() into iomap_dio_complete(),
along with the page cache invalidation. Let's add iomap_dio_complete() to the
filter whitelist too, so this expected warning when mixing direct I/O with
buffered I/O won't fail tests.

Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
common/xfs