Re: [MINI-OS PATCH v2 1/2] 9pfs: add fstat file operation hook

2025-04-05 Thread Jan Beulich
On 23.03.2025 15:57, Jürgen Groß wrote: > On 23.03.25 01:01, Samuel Thibault wrote: >> Juergen Gross, le ven. 21 mars 2025 10:31:44 +0100, a ecrit: >>> Add a file operations fstat hook to the 9pfs frontend. >>> >>> Signed-off-by: Juergen Gross >>> Reviewed-by: Jason Andryuk >>> --- >>> V2: >>> -

[MINI-OS PATCH v2 1/2] 9pfs: add fstat file operation hook

2025-04-05 Thread Juergen Gross
Add a file operations fstat hook to the 9pfs frontend. Signed-off-by: Juergen Gross Reviewed-by: Jason Andryuk --- V2: - or file access mode into st_mode (Jason Andryuk) --- 9pfront.c | 29 + 1 file changed, 29 insertions(+) diff --git a/9pfront.c b/9pfront.c index

Re: [MINI-OS PATCH v2 1/2] 9pfs: add fstat file operation hook

2025-03-24 Thread Jan Beulich
On 24.03.2025 12:18, Jürgen Groß wrote: > On 24.03.25 11:30, Samuel Thibault wrote: >> Jan Beulich, le lun. 24 mars 2025 11:21:48 +0100, a ecrit: >>> On 23.03.2025 15:57, Jürgen Groß wrote: On 23.03.25 01:01, Samuel Thibault wrote: > Juergen Gross, le ven. 21 mars 2025 10:31:44 +0100, a ec

Re: [MINI-OS PATCH v2 1/2] 9pfs: add fstat file operation hook

2025-03-24 Thread Jürgen Groß
On 24.03.25 11:30, Samuel Thibault wrote: Jan Beulich, le lun. 24 mars 2025 11:21:48 +0100, a ecrit: On 23.03.2025 15:57, Jürgen Groß wrote: On 23.03.25 01:01, Samuel Thibault wrote: Juergen Gross, le ven. 21 mars 2025 10:31:44 +0100, a ecrit: Add a file operations fstat hook to the 9pfs fron

Re: [MINI-OS PATCH v2 1/2] 9pfs: add fstat file operation hook

2025-03-24 Thread Samuel Thibault
Jan Beulich, le lun. 24 mars 2025 11:21:48 +0100, a ecrit: > On 23.03.2025 15:57, Jürgen Groß wrote: > > On 23.03.25 01:01, Samuel Thibault wrote: > >> Juergen Gross, le ven. 21 mars 2025 10:31:44 +0100, a ecrit: > >>> Add a file operations fstat hook to the 9pfs frontend. > >>> > >>> Signed-off-by

Re: [MINI-OS PATCH v2 1/2] 9pfs: add fstat file operation hook

2025-03-23 Thread Jürgen Groß
On 23.03.25 01:01, Samuel Thibault wrote: Juergen Gross, le ven. 21 mars 2025 10:31:44 +0100, a ecrit: Add a file operations fstat hook to the 9pfs frontend. Signed-off-by: Juergen Gross Reviewed-by: Jason Andryuk --- V2: - or file access mode into st_mode (Jason Andryuk) --- 9pfront.c | 29

Re: [MINI-OS PATCH v2 1/2] 9pfs: add fstat file operation hook

2025-03-23 Thread Samuel Thibault
Jürgen Groß, le dim. 23 mars 2025 15:57:16 +0100, a ecrit: > On 23.03.25 01:01, Samuel Thibault wrote: > > Juergen Gross, le ven. 21 mars 2025 10:31:44 +0100, a ecrit: > > > Add a file operations fstat hook to the 9pfs frontend. > > > > > > Signed-off-by: Juergen Gross > > > Reviewed-by: Jason An

Re: [MINI-OS PATCH v2 1/2] 9pfs: add fstat file operation hook

2025-03-22 Thread Samuel Thibault
Juergen Gross, le ven. 21 mars 2025 10:31:44 +0100, a ecrit: > Add a file operations fstat hook to the 9pfs frontend. > > Signed-off-by: Juergen Gross > Reviewed-by: Jason Andryuk > --- > V2: > - or file access mode into st_mode (Jason Andryuk) > --- > 9pfront.c | 29 +++