On Sun, May 13, 2018 at 9:05 PM, Deepa Dinamani deepa.kernel@gmail.com wrote:
Kees mentioned that he wants to merge a patch to pstore that changes it to use timespec64 internally for 4.17: https://lkml.org/lkml/2018/5/13/3
I'm still working on a v2 for pstore. What is the correct cross-architecture format string for timespec64's tv_sec? In your other patches, you're using %lld and a (long long) cast. I'd really like to avoid the need for casts.
-Kees