On Tue, Dec 20, 2022 at 4:00 PM Steven Rostedt wrote: > BTW, the only issue that will happen if stat fails, is that a feature will > be disabled. i am certainly by no means an expert in this codebase. from glancing at it, the impact is that people won't be able to load any plugins right ? that's where stat() & readdir() appear to be used (the dirent returned by readdir has both ino_t & off_t in it). -mike