Sergey Bugaev, le ven. 05 janv. 2024 13:12:02 +0300, a ecrit: > On Fri, Jan 5, 2024 at 2:09 AM Samuel Thibault <samuel.thiba...@gnu.org> > wrote: > > This is a TODO-list of mostly not-sexy things, but that we do want to > > work on, because at some point it can be a question of survival of the > > whole Hurd ecosystem (e.g. y2038 really is a concern). > > You may want to add moving off ext2 to something more modern that can > store post-2038 timestamps to the list.
It doesn't need to be that radical: ext2's dynamic_rev is enough to have variable-size inodes, and thus the extended time fields. But indeed, that's a critical thing for 2038. Samuel