Re: [PATCH] io_uring/fs: consider link->flags when getting path for LINKAT

From: Charles Mirabile
Date: Mon Nov 20 2023 - 11:35:07 EST


On Mon, Nov 20, 2023 at 10:59 AM Jens Axboe <axboe@xxxxxxxxx> wrote:
>
> On 11/20/23 3:55 AM, Charles Mirabile wrote:
> > In order for `AT_EMPTY_PATH` to work as expected, the fact
> > that the user wants that behavior needs to make it to `getname_flags`
> > or it will return ENOENT.
>
> Looks good - do you have a liburing test case for this too?
Yes, see here https://github.com/axboe/liburing/issues/995 and here
https://github.com/axboe/liburing/pull/996.
>
> --
> Jens Axboe
>
Best - Charlie