On Thu, 30 Jan 2025 at 18:25, Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> 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