Re: [PATCH v3 2/2] fat: Support file modification times

2020-03-09 Thread David Michael
On Mon, Mar 9, 2020 at 7:33 AM Daniel Kiper wrote: > On Sat, Mar 07, 2020 at 12:59:52AM -0500, David Michael wrote: > > This allows comparing file ages on EFI system partitions. > > > > Signed-off-by: David Michael > > Reviewed-by: Daniel Kiper > > ...except... > > > --- > > > > Changes since

Re: [PATCH v3 2/2] fat: Support file modification times

2020-03-09 Thread Daniel Kiper
On Sat, Mar 07, 2020 at 12:59:52AM -0500, David Michael wrote: > This allows comparing file ages on EFI system partitions. > > Signed-off-by: David Michael Reviewed-by: Daniel Kiper ...except... > --- > > Changes since v2: > * Added comments referencing the specs > * Set errno when the

[PATCH v3 2/2] fat: Support file modification times

2020-03-06 Thread David Michael
This allows comparing file ages on EFI system partitions. Signed-off-by: David Michael --- Changes since v2: * Added comments referencing the specs * Set errno when the timestamp is invalid I set errno rather than print to the console since it looks like most other file systems don't tend