This patch adds a quick test to excersize the delayed attribute error inject and log replay. Since v2, the test case has been expanded to test attributes of incrementing sizes up to 64k. It has also been updated to use the new mkfs.xfs -n delattr cli option added in the new xfsprogs set. Allison Collins (1): xfstests: Add Delayed Attribute test common/rc | 3 ++ common/xfs | 7 +++ tests/xfs/512 | 101 +++++++++++++++++++++++++++++++++++++++++ tests/xfs/512.out | 131 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/xfs/group | 1 + 5 files changed, 243 insertions(+) create mode 100755 tests/xfs/512 create mode 100644 tests/xfs/512.out -- 2.7.4