[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAJfpegs+Lnp=zw1auUhVrahTg08RvK8eEFTK1R6jMfMAUNRg2Q@mail.gmail.com>
Date: Thu, 30 Jan 2025 20:31:12 +0100
From: Miklos Szeredi <miklos@...redi.hu>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Al Viro <viro@...iv.linux.org.uk>, Miklos Szeredi <mszeredi@...hat.com>,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [git pull] d_revalidate pile (v2)
On Thu, 30 Jan 2025 at 18:25, Linus Torvalds
<torvalds@...ux-foundation.org> wrote:
> So my resolution continues on that, and ends up with three in_args, like this:
>
> args->in_numargs = 3;
> fuse_set_zero_arg0(args);
> args->in_args[1].size = name->len;
> args->in_args[1].value = name->name;
> args->in_args[2].size = 1;
> args->in_args[2].value = "";
>
> which looks straightforward enough, but I have not tested this AT ALL.
Yes, this works fine.
Thanks,
Miklos
Powered by blists - more mailing lists