Re: [PATCH v7 05/13] fat: make fat_update_time get its own timestamp

From: Christian Brauner
Date: Wed Aug 09 2023 - 03:08:41 EST


On Tue, Aug 08, 2023 at 11:32:26AM +0200, Jan Kara wrote:
> On Mon 07-08-23 15:38:36, Jeff Layton wrote:
> > In later patches, we're going to drop the "now" parameter from the
> > update_time operation. Fix fat_update_time to fetch its own timestamp.
> > It turns out that this is easily done by just passing a NULL timestamp
> > pointer to fat_update_time.
> ^^^ fat_truncate_time()

Fixed in-tree, thanks!