On Fri, 26 Jan 2024 at 13:26, Steven Rostedt <rostedt@xxxxxxxxxxx> wrote: > > So we keep the same inode number until something breaks with it, even > though, using unique ones is not that complicated? Using unique ones for directories was a trivial cleanup. The file case is clearly different. I thought it would be the same trivial one-liner, but nope. When you have to add 30 lines of code just to get unique inode numbers that nobody has shown any interest in, it's 30 lines too much. And when it happens in a filesystem that has a history of copying code from the VFS layer and having nasty bugs, it's *definitely* too much. Simplify. If you can clean things up and we have a few release of not-horrendous-bugs every other day, I may change my mind. As it is, I feel like I have to waste my time checking all your patches, and I'm saying "it's not worth it". Linus