common: filter aiodio dmesg after fs/iomap.c to fs/iomap/ move
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 15 Aug 2019 15:19:12 +0000 (08:19 -0700)
committerEryu Guan <guaneryu@gmail.com>
Sun, 18 Aug 2019 15:41:47 +0000 (23:41 +0800)
commit3b8ea0d760d440caf24307bce9d688596f4e9b18
treea30ce8f801dba81c6a6ff97a49f8f037fd477709
parent23f99e864ee72d58288bd12f53e90dee9dec659d
common: filter aiodio dmesg after fs/iomap.c to fs/iomap/ move

Since the iomap code are moving to fs/iomap/ we have to add new
entries to the aiodio dmesg filter to reflect this.  It's still
possible for filesystems using iomap for directio to cough up
WARNings when a direct write collides with a buffered write, since
in some cases we catch that early enough to have the direct write
return EIO (which was covered by filter $warn7 previously).

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
common/filter