Re: [PATCH v5 2/2] e2fsck: Correct ext4 dates generated by old kernels.

2013-11-14 Thread Mark Harris
> +/* When today's date is earlier than 2242, we assume that atimes, > + * ctimes, and mtimes greater than 2242 are actually pre-1970 dates ...mtimes with years in the range 2310..2378 are... > + * mis-encoded. > + */ > +#define EXT4_EXTRA_NEGATIVE_DATE_CUTOFF 5 * (1ULL << 32) Wouldn't 2242 be

Re: [PATCH v5 2/2] e2fsck: Correct ext4 dates generated by old kernels.

2013-11-14 Thread Mark Harris
+/* When today's date is earlier than 2242, we assume that atimes, + * ctimes, and mtimes greater than 2242 are actually pre-1970 dates ...mtimes with years in the range 2310..2378 are... + * mis-encoded. + */ +#define EXT4_EXTRA_NEGATIVE_DATE_CUTOFF 5 * (1ULL 32) Wouldn't 2242 be