Re: [PATCH 01/10] bsd-user: Implement mount, umount and nmount

2022-06-20 Thread Richard Henderson
On 6/20/22 10:42, Warner Losh wrote: +/* + * XXX arg4 should be locked, but it isn't clear how to do that + * since it's it may be not be a NULL-terminated string. it's it. Unless you meant https://www.itsiticecream.com/ ;-) Reviewed-by: Richard Henderson r~

[PATCH 01/10] bsd-user: Implement mount, umount and nmount

2022-06-20 Thread Warner Losh
Signed-off-by: Stacey Son Signed-off-by: Jung-uk Kim Signed-off-by: Warner Losh --- bsd-user/bsd-file.h | 52 +++ bsd-user/freebsd/os-syscall.c | 13 + 2 files changed, 65 insertions(+) diff --git a/bsd-user/bsd-file.h b/bsd-user/bsd-file.h