Re: [PATCH] eventfs: Give files a default of PAGE_SIZE size
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2024-01-26 19:06:52
Also in:
linux-fsdevel, lkml
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2024-01-26 19:06:52
Also in:
linux-fsdevel, lkml
On Fri, 26 Jan 2024 at 10:41, Steven Rostedt [off-list ref] wrote:
Fine, but I still plan on sending you the update to give all files unique inode numbers. If it screws up tar, it could possibly screw up something else.
Well, that in many ways just regularizes the code, and the dynamic
inode numbers are actually prettier than the odd fixed date-based one
you picked. I assume it's your birthdate (although I don't know what
the directory ino number was).
Linus