blob: a939d0be3286216a5a4f6962b39d6115ad7f1163 [file] [log] [blame]
#! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2009 Eric Sandeen. All Rights Reserved.
#
# FS QA Test No. 207
#
# Run aio-dio-extend-stat - test race in dio aio completion
#
. ./common/preamble
_begin_fstest auto aio quick
# Import common functions.
. ./common/filter
# real QA test starts here
_supported_fs generic
_require_test
_run_aiodio aio-dio-extend-stat
exit $status