Re: [PATCH v3 6/6] tests/9p: Test `Tsetattr` can truncate unlinked file

2025-03-12 Thread Christian Schoenebeck
On Wednesday, March 12, 2025 4:29:32 PM CET Greg Kurz wrote: > Enhance the `use-after-unlink` test with a new check for the > case where the client wants to alter the size of an unlinked > file for which it still has an active fid. > > Suggested-by: Christian Schoenebeck > Signed-off-by: Greg Kur

[PATCH v3 6/6] tests/9p: Test `Tsetattr` can truncate unlinked file

2025-03-12 Thread Greg Kurz
Enhance the `use-after-unlink` test with a new check for the case where the client wants to alter the size of an unlinked file for which it still has an active fid. Suggested-by: Christian Schoenebeck Signed-off-by: Greg Kurz v3: - check the size of the truncated file --- tests/qtest/virtio-9p