| #! /bin/bash | |
| # SPDX-License-Identifier: GPL-2.0 | |
| # Copyright (c) 2009 Eric Sandeen. All Rights Reserved. | |
| # | |
| # FS QA Test No. 211 | |
| # | |
| # Run aio-free-ring-with-bogus-nr-pages - test aio_setup_ring with bad nr_pages | |
| # | |
| . ./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-free-ring-with-bogus-nr-pages | |
| exit $status |