[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] tests/9p: add use-dir-after-unlink test
From: |
Christian Schoenebeck |
Subject: |
[PATCH 0/3] tests/9p: add use-dir-after-unlink test |
Date: |
Thu, 9 Jan 2025 14:04:38 +0100 |
Add a test case that verifies that it is possible to do some basic operations
on a deleted directory if 9p client opened the directory before directory was
removed.
Unlike the previous open-unlink-fstat idiom: no fix required here. It already
works with 9p server.
Christian Schoenebeck (3):
tests/9p: rename test use_after_unlink -> use_file_after_unlink
tests/9p: add use_dir_after_unlink test
tests/9p: extend use_dir_after_unlink test with Treaddir
tests/qtest/virtio-9p-test.c | 50 +++++++++++++++++++++++++++++++++---
1 file changed, 46 insertions(+), 4 deletions(-)
--
2.39.5
- [PATCH 0/3] tests/9p: add use-dir-after-unlink test,
Christian Schoenebeck <=