Zhaoming Luo, le ven. 02 mai 2025 18:52:49 +0800, a ecrit: > I'm wondering if I should consider the case that host_get_time64() is not > supported
Yes, please. I wonder how many times I will have to repeat it: backward compatibility is really important, otherwise people can't try to downgrade kernel etc. to check reproducibility of bugs etc. > and go back to use maptime_read(). When you asked on IRC, I didn't know that libdiskfs was already using maptime_read(). Then the maptime should rather be extended to 64b time. I believe the kernel part is already done, see struct mapped_time_value. It's then a matter of making userland know about it. Samuel