Hi all: Here is the second version of test cases for the upcoming fsck.overlay, corresponding to fsck.overlay v3. Test fsck.overlay check and fix inconsistency of whiteout/redirect directory/impure xattr. Changes since v1: - Fix _check_scratch_fs hook. - Remove valid/invalid opaque xattr test. - Add whiteout test cases of valid/invalid whiteouts in opaque/redirect parent directory. - Add impure xattr test. zhangyi (F) (4): overlay: add filesystem check helper overlay: add fsck.overlay whiteout test overlay: add fsck.overlay redirect directory test overlay: add fsck.overlay impure xattr test common/config | 1 + common/overlay | 80 +++++++++++++++++ common/rc | 4 +- tests/overlay/201 | 232 +++++++++++++++++++++++++++++++++++++++++++++++++ tests/overlay/201.out | 10 +++ tests/overlay/202 | 234 ++++++++++++++++++++++++++++++++++++++++++++++++++ tests/overlay/202.out | 10 +++ tests/overlay/203 | 124 ++++++++++++++++++++++++++ tests/overlay/203.out | 3 + tests/overlay/group | 3 + 10 files changed, 699 insertions(+), 2 deletions(-) create mode 100755 tests/overlay/201 create mode 100644 tests/overlay/201.out create mode 100755 tests/overlay/202 create mode 100644 tests/overlay/202.out create mode 100755 tests/overlay/203 create mode 100644 tests/overlay/203.out -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-unionfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html