Re: [PATCH v2 1/4] linux-user: Split out do_getdents, do_getdents64

2021-11-14 Thread Philippe Mathieu-Daudé
On 11/14/21 11:35, Richard Henderson wrote: > Retain all 3 implementations of getdents for now. > > Signed-off-by: Richard Henderson > --- > linux-user/syscall.c | 325 +++ > 1 file changed, 172 insertions(+), 153 deletions(-) Same as v1: Reviewed-by: Phi

[PATCH v2 1/4] linux-user: Split out do_getdents, do_getdents64

2021-11-14 Thread Richard Henderson
Retain all 3 implementations of getdents for now. Signed-off-by: Richard Henderson --- linux-user/syscall.c | 325 +++ 1 file changed, 172 insertions(+), 153 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 544f5b662f..a2f605dec