On Wed, 2023-10-18 at 11:39 +0000, Bernd Schubert wrote: > On 10/18/23 13:15, André Draszik wrote: > > From: André Draszik <andre.draszik@xxxxxxxxxx> > > > > This reverts commit 3066ff93476c35679cb07a97cce37d9bb07632ff. > > > > This patch breaks all existing userspace by requiring updates as > > mentioned in the commit message, which is not allowed. > > > > Revert to restore compatibility with existing userspace > > implementations. > > Which fuse file system does it exactly break? In fact there haven't > been > added too many flags after - what exactly is broken? The original patch broke the existing kernel <-> user ABI by now requiring user space applications to pass in an extra flag. There are various side-effects of this, like unbootable systems, just because the kernel was updated. Breaking the ABI is the one thing that is not allowed. This is not specific to any particular fuse file system. Kind Regards, Andre