On Thu, 15 May 2025 at 12:10, Christian Brauner <brauner@xxxxxxxxxx> wrote: > Before making this a kernel wide sysctl attribute we should have actual > users that need more than two right now. IIUC, then making this an > attribute in FUSE will happen at some point anyway. For example, if > userspace wants to have a FUSE specific stacking limit that's different > from the global limit. Okay, let's add it to fuse_init_in as uint8_t. Thanks, Miklos