[PATCH 4/4] 9pfs: Introduce futimens file op

2025-03-11 Thread Greg Kurz
Add an futimens operation to the fs driver and use if when a fid has a valid file descriptor. This is required to support more cases where the client wants to do an action on an unlinked file which it still has an open file decriptor for. Only 9P2000.L was considered. Signed-off-by: Greg Kurz --

Re: [PATCH 4/4] 9pfs: Introduce futimens file op

2025-03-11 Thread Christian Schoenebeck
On Monday, March 10, 2025 6:11:01 PM CET Greg Kurz wrote: > Add an futimens operation to the fs driver and use if when a fid has > a valid file descriptor. This is required to support more cases where > the client wants to do an action on an unlinked file which it still > has an open file decriptor