Hi all, This series is associated with the "buffered write and indlen fixes" series recently posted to the XFS list. These patches move the original test to the XFS directory as it now depends on an XFS-specific mechanism, restore the effectiveness of the original test, and finally enhance the test to reproduce the newly identified problems fixed by the kernel patches. Thoughts, reviews, flames appreciated. Brian Brian Foster (3): xfstests: move generic indlen reservation test to xfs dir tests/xfs: update indlen res. test to use fail writes mechanism tests/xfs: update indlen res. test to include larger write pattern tests/generic/033 | 84 -------------------------------------- tests/generic/033.out | 4 -- tests/generic/group | 1 - tests/xfs/289 | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++ tests/xfs/289.out | 2 + tests/xfs/group | 1 + 6 files changed, 112 insertions(+), 89 deletions(-) delete mode 100755 tests/generic/033 delete mode 100644 tests/generic/033.out create mode 100755 tests/xfs/289 create mode 100644 tests/xfs/289.out -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html