On Tue, Oct 10, 2017 at 04:54:56PM +0200, Ilya Dryomov wrote: > Signed-off-by: Ilya Dryomov <idryomov@xxxxxxxxx> > --- > common/rc | 23 +++++++++++++++++++++++ > common/xfs | 22 ---------------------- > 2 files changed, 23 insertions(+), 22 deletions(-) > > diff --git a/common/rc b/common/rc > index 53bbb1187f81..e15c8fc27405 100644 > --- a/common/rc > +++ b/common/rc > @@ -2027,6 +2027,29 @@ _run_aiodio() > return $status > } > > +# xfs generates WARNINGs on purpose when applications mix buffered/mmap IO with > +# direct IO on the same file. This is a helper for _check_dmesg() to filter out > +# such warnings. > +_filter_xfs_dmesg() it's a filter, so belongs in common/filter. -Dave. -- Dave Chinner david@xxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html