On Friday 22 January 2016 15:32:01 Arnd Bergmann wrote: > UUID calculation uses 'struct timespec' whose seconds will overflow > in year 2038 and beyond for 32-bit systems. This patch removes the > dependency on 'struct timespec' by using ktime_get_real(). > While the patch does not fix a 'bug' as such, it is part of a larger > effort to remove instances of 'struct timespec' and other data-structures > suffering from y2038 problem from the kernel. > > Suggested-by: Arnd Bergmann <arnd@xxxxxxxx> > Signed-off-by: Tina Ruchandani <ruchandani.tina@xxxxxxxxx> > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> > I was missing From: Tina Ruchandani <ruchandani.tina@xxxxxxxxx> If anyone is going to pick this up, let me know whether you will fix it up yourself or if I should resend -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html