Re: [PATCH 5/6] udf: Simplify calls to udf_disk_stamp_to_time

2018-05-15 Thread Deepa Dinamani
On Mon, May 14, 2018 at 6:57 AM, Jan Kara wrote: > Hello, > > On Fri 11-05-18 21:59:20, Deepa Dinamani wrote: >> Subsequent patches in the series convert inode timestamps >> to use struct timespec64 instead of struct timespec as >> part of solving the y2038 problem. >> >> commit

Re: [PATCH 5/6] udf: Simplify calls to udf_disk_stamp_to_time

2018-05-15 Thread Deepa Dinamani
On Mon, May 14, 2018 at 6:57 AM, Jan Kara wrote: > Hello, > > On Fri 11-05-18 21:59:20, Deepa Dinamani wrote: >> Subsequent patches in the series convert inode timestamps >> to use struct timespec64 instead of struct timespec as >> part of solving the y2038 problem. >> >> commit fd3cfad374d4

Re: [PATCH 5/6] udf: Simplify calls to udf_disk_stamp_to_time

2018-05-14 Thread Jan Kara
Hello, On Fri 11-05-18 21:59:20, Deepa Dinamani wrote: > Subsequent patches in the series convert inode timestamps > to use struct timespec64 instead of struct timespec as > part of solving the y2038 problem. > > commit fd3cfad374d4 ("udf: Convert udf_disk_stamp_to_time() to use > mktime64()")

Re: [PATCH 5/6] udf: Simplify calls to udf_disk_stamp_to_time

2018-05-14 Thread Jan Kara
Hello, On Fri 11-05-18 21:59:20, Deepa Dinamani wrote: > Subsequent patches in the series convert inode timestamps > to use struct timespec64 instead of struct timespec as > part of solving the y2038 problem. > > commit fd3cfad374d4 ("udf: Convert udf_disk_stamp_to_time() to use > mktime64()")

[PATCH 5/6] udf: Simplify calls to udf_disk_stamp_to_time

2018-05-11 Thread Deepa Dinamani
Subsequent patches in the series convert inode timestamps to use struct timespec64 instead of struct timespec as part of solving the y2038 problem. commit fd3cfad374d4 ("udf: Convert udf_disk_stamp_to_time() to use mktime64()") eliminated the NULL return condition from udf_disk_stamp_to_time().

[PATCH 5/6] udf: Simplify calls to udf_disk_stamp_to_time

2018-05-11 Thread Deepa Dinamani
Subsequent patches in the series convert inode timestamps to use struct timespec64 instead of struct timespec as part of solving the y2038 problem. commit fd3cfad374d4 ("udf: Convert udf_disk_stamp_to_time() to use mktime64()") eliminated the NULL return condition from udf_disk_stamp_to_time().