On Mon, Jan 22, 2024 at 07:23:28AM +0000, Sam James wrote: > We now require (at least) 64-bit time_t, so we need to adjust some printf > specifiers accordingly. > > Unfortunately, we've stumbled upon a ridiculous C mmoment whereby there's > no neat format specifier (not even one of the inttypes ones) for time_t, so > we cast to intmax_t and use %jd. Shouldn't this go before patch 2 when applied? Otherwise looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>