Re: [PATCH v3 0/3] lib/vsprintf: Introduce %ptT for time64_t

From: Joe Perches
Date: Wed Apr 15 2020 - 22:48:47 EST


On Thu, 2020-04-16 at 11:34 +0900, Sergey Senozhatsky wrote:
> On (20/04/15 13:20), Steven Rostedt wrote:
> > On Wed, 15 Apr 2020 20:00:43 +0300
> > Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
> >
> > > It is a logical continuation of previously applied %ptR for struct rtc_time.
> > > We have few users of time64_t that would like to print it.
> > >
> > > Andrew, since Petr can't pay attention on this perhaps it can be passed thru
> > > your tree?
> > >
> > > Sergey, Steven, what do you think?
> >
> > I'm fine with these changes. Sergey, what do you think?
>
> I'm not against it in general, I'm slightly concerned if "two users"
> is enough of a justification for new vsprintf() specifier.

Me too as separate functions could be used here.