Re: [osv-dev] [PATCH] unlinkat: fill the gaps in the implementation

2022-05-18 Thread Nadav Har'El
On Wed, May 18, 2022 at 6:26 AM Waldemar Kozaczuk wrote: > This patch enhances the unlinkat() implementation to handle > the AT_FDCWD dirfd and AT_REMOVEDIR flags. > > We also enhance tst-remove.cc to test unlinkat. > > Signed-off-by: Waldemar Kozaczuk > --- > fs/vfs/main.cc | 18

[osv-dev] [PATCH] unlinkat: fill the gaps in the implementation

2022-05-17 Thread Waldemar Kozaczuk
This patch enhances the unlinkat() implementation to handle the AT_FDCWD dirfd and AT_REMOVEDIR flags. We also enhance tst-remove.cc to test unlinkat. Signed-off-by: Waldemar Kozaczuk --- fs/vfs/main.cc | 18 ++ tests/tst-remove.cc | 18 -- 2 files