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

2020-03-06 Thread Daniel Kiper
On Fri, Mar 06, 2020 at 10:48:07AM -0500, David Michael wrote: > On Fri, Mar 6, 2020 at 7:19 AM Daniel Kiper wrote: > > On Tue, Mar 03, 2020 at 02:41:08PM -0500, David Michael wrote: > > > This allows comparing file ages on EFI system partitions. > > > > > > Signed-off-by: David Michael > > > ---

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

2020-03-06 Thread David Michael
On Fri, Mar 6, 2020 at 7:19 AM Daniel Kiper wrote: > On Tue, Mar 03, 2020 at 02:41:08PM -0500, David Michael wrote: > > This allows comparing file ages on EFI system partitions. > > > > Signed-off-by: David Michael > > --- > > > > Changes since v1: > > - Added the previous patch to help support

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

2020-03-06 Thread Daniel Kiper
On Tue, Mar 03, 2020 at 02:41:08PM -0500, David Michael wrote: > This allows comparing file ages on EFI system partitions. > > Signed-off-by: David Michael > --- > > Changes since v1: > - Added the previous patch to help support exfat > - Added exfat timestamp conversion + setting > - Switch

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

2020-03-03 Thread David Michael
This allows comparing file ages on EFI system partitions. Signed-off-by: David Michael --- Changes since v1: - Added the previous patch to help support exfat - Added exfat timestamp conversion + setting - Switched to datetime variable name for consistency with the header - Switched to ta