[PATCH v2 0/2] add test for zone_gc_low_space attribute writes
Hans Holmberg <[email protected]>
| Newsgroups | org.kernel.vger.fstests,org.kernel.vger.linux-xfs |
|---|---|
| Message-ID | <[email protected]> |
Adds a test for zone_gc_low_space attribute writes and some helpers to go along with that. The new test will fail currently, but i've submitted a fix: https://lore.kernel.org/linux-xfs/[email protected]/ v2: - factored out useful helpers to common/xfs - style fixes suggested by Christoph - added a check that the scratch rt device is zoned before reading zone capacity v1: https://lore.kernel.org/fstests/[email protected]/ Hans Holmberg (2): xfs/647: turn rt dev block device lookup into a common helper xfs: test that zone_gc_low_space writes start gc for rw fses common/xfs | 28 ++++++++++++++++++ tests/xfs/647 | 10 +------ tests/xfs/999 | 72 +++++++++++++++++++++++++++++++++++++++++++++++ tests/xfs/999.out | 2 ++ 4 files changed, 103 insertions(+), 9 deletions(-) create mode 100755 tests/xfs/999 create mode 100644 tests/xfs/999.out -- 2.34.1