Re: [PATCH 0/3] tests/9p: add use-dir-after-unlink test

2025-01-30 Thread Christian Schoenebeck
On Thursday, January 9, 2025 2:04:38 PM CET Christian Schoenebeck wrote: > 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 fi

[PATCH 0/3] tests/9p: add use-dir-after-unlink test

2025-01-09 Thread Christian Schoenebeck
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): tes