On 2023-05-21 21:20:18+0200, Quentin Rameau wrote: > > > On a side-note, should that flag be applied to other generic parameters > > > too, like user(s) for example? > > > > I guess they are useful for the helpers. > > > > If the helpers were able to handle it before it should be fine. > > (They were passed in 2.38) > > > > One could even argue that "defaults" should have been fine to be passed, > > but now it's a regression so needs to be fixed. > > One difference that I can see is that before, "user" was being passed > but now, "user=$user" is being passed (and that gives an error too) > > With mount patched with the above patch, and "user" option in the fstab > > $ mount /mnt/ssh/path > fusermount3: unknown option 'user=quinq > > But maybe that should be a different thread, what do you think? I can't reproduce this. Could you provide more traces? Or maybe try to adapt tests/ts/mount/special in the util-linux source to test for it. That would make it easier to reproduce and fix. Thomas