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

2025-03-12 Thread Christian Schoenebeck
On Wednesday, March 12, 2025 3:25:20 PM CET Greg Kurz wrote: > On Wed, 12 Mar 2025 15:11:41 +0100 > Christian Schoenebeck wrote: > > > On Tuesday, March 11, 2025 6:28:09 PM CET Greg Kurz wrote: > > > Enhance the `use-after-unlink` test with a new check for the > > > case where the client wants to

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

2025-03-12 Thread Greg Kurz
On Wed, 12 Mar 2025 15:11:41 +0100 Christian Schoenebeck wrote: > On Tuesday, March 11, 2025 6:28:09 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

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

2025-03-12 Thread Christian Schoenebeck
On Tuesday, March 11, 2025 6:28:09 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 Kurz

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

2025-03-11 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 --- tests/qtest/virtio-9p-test.c | 8 1 file changed, 8 inse