generic: test for file loss after mix of rename, fsync and inode eviction
[xfstests-dev.git] / tests / generic / 211
1 #! /bin/bash
2 # SPDX-License-Identifier: GPL-2.0
3 # Copyright (c) 2009 Eric Sandeen.  All Rights Reserved.
4 #
5 # FS QA Test No. 211
6 #
7 # Run aio-free-ring-with-bogus-nr-pages - test aio_setup_ring with bad nr_pages
8 #
9 . ./common/preamble
10 _begin_fstest auto aio quick
11
12 # Import common functions.
13 . ./common/filter
14
15 # real QA test starts here
16
17 _supported_fs generic
18 _require_test
19
20 _run_aiodio aio-free-ring-with-bogus-nr-pages
21
22 exit $status