On Thu, 21 Aug 2025 at 02:53, Darrick J. Wong <djwong@xxxxxxxxxx> wrote: > #endif /* _FS_FUSE_I_H */ > diff --git a/fs/fuse/fuse_trace.h b/fs/fuse/fuse_trace.h > index bbe9ddd8c71696..2389072b734636 100644 > --- a/fs/fuse/fuse_trace.h > +++ b/fs/fuse/fuse_trace.h One general thing I'd like to ask is that debugging and tracing be as much separated from actual functionality as possible. Not just on the source tree level but on the patch or even patchset level, please. Thanks, Miklos