Re: [PATCH 05/11] bsd-user: Implement rename and renameat

2022-06-13 Thread Richard Henderson
On 6/12/22 13:48, Warner Losh wrote: Plus the helper LOCK_PATH2 and UNLOCK_PATH2 macros. Signed-off-by: Stacey Son Signed-off-by: Jung-uk Kim Signed-off-by: Warner Losh --- bsd-user/bsd-file.h | 45 +++ bsd-user/freebsd/os-syscall.c | 8 +++ 2 f

[PATCH 05/11] bsd-user: Implement rename and renameat

2022-06-12 Thread Warner Losh
Plus the helper LOCK_PATH2 and UNLOCK_PATH2 macros. Signed-off-by: Stacey Son Signed-off-by: Jung-uk Kim Signed-off-by: Warner Losh --- bsd-user/bsd-file.h | 45 +++ bsd-user/freebsd/os-syscall.c | 8 +++ 2 files changed, 53 insertions(+) diff --