Eryu, The tests just keep on coming... sorry about the high paste ;-) The two new tests fail on overlayfs-next and pass with the patch I just posted ("ovl: check lower ancestry on encode of lower dir file handle"). The first test failure is a failure to decode lower file handle after rename of a non-indexed merge ancestor. The second tests would have failed without commit 05e1f11816d7 ("ovl: copy up before encoding non-connectable dir file handle"). However, because the mentioned commit applies a strict rule to copy up on encode a lower dir on layer > 1, the test failure is just "unexpected copy up", and not a failure to decode. Thanks, Amir. Amir Goldstein (2): overlay: test overlay file handles of lower dir with non-indexed ancestor overlay: test overlay file handle of dir with ancestor under lower redirect tests/overlay/054 | 162 +++++++++++++++++++++++++++++++++++++++++++++++ tests/overlay/054.out | 11 ++++ tests/overlay/055 | 170 ++++++++++++++++++++++++++++++++++++++++++++++++++ tests/overlay/055.out | 10 +++ tests/overlay/group | 2 + 5 files changed, 355 insertions(+) create mode 100755 tests/overlay/054 create mode 100644 tests/overlay/054.out create mode 100755 tests/overlay/055 create mode 100644 tests/overlay/055.out -- 2.7.4 -- 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