]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
generic/095: fix duplicate variable name
authorZorro Lang <zlang@redhat.com>
Thu, 23 Feb 2017 03:08:21 +0000 (11:08 +0800)
committerEryu Guan <eguan@redhat.com>
Thu, 23 Feb 2017 07:08:04 +0000 (15:08 +0800)
commit46a1e87e51f17309ba373987fc70e031ce2abf4a
tree6727b99a2d090c1e880f79182fe5bc33084d5756
parentcf895a2a0590ec6102d372cfa8850320d94ca6d5
generic/095: fix duplicate variable name

I think this definitely isn't what we want:
  local warn4="WARNING:.*fs/xfs/xfs_file\.c:.*xfs_file_aio_read.*"
  local warn4="WARNING:.*fs/iomap\.c:.*iomap_dio_rw.*"

The second warn4 will override the first one. So change the second
to warn5.

Signed-off-by: Zorro Lang <zlang@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
tests/generic/095