blob: 6625a28c8e669fe4e27be14ff3f59e29a9fe9df7 [file] [log] [blame]
#! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2009 Eric Sandeen. All Rights Reserved.
#
# FS QA Test No. 209
#
# Run aio-dio-invalidate-readahead - test sync DIO invalidation of readahead
#
. ./common/preamble
_begin_fstest auto aio
# Import common functions.
. ./common/filter
# real QA test starts here
_supported_fs generic
_require_test
_run_aiodio aio-dio-invalidate-readahead
exit $status