lkml.org 
[lkml]   [2018]   [Jun]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] udf: convert inode stamps to timespec64
Hello,

On Wed 20-06-18 10:15:13, Arnd Bergmann wrote:
> The VFS structures are finally converted to always use 64-bit timestamps,
> and this file system can represent a long range of on-disk timestamps
> already, so now let's fit in the missing bits for udf.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
...
> @@ -70,7 +70,7 @@ udf_disk_stamp_to_time(struct timespec *dest, struct timestamp src)
> }
>
> void
> -udf_time_to_disk_stamp(struct timestamp *dest, struct timespec ts)
> +udf_time_to_disk_stamp(struct timestamp *dest, struct timespec64 ts)
> {
> long seconds;
> int16_t offset;

Thanks for the patch! This function needs fixing up as well - 'seconds'
variable needs to be time64_t now. I'll fix it up and take it to my tree.

Honza
--
Jan Kara <jack@suse.com>
SUSE Labs, CR

\
 
 \ /
  Last update: 2018-06-20 10:59    [W:0.027 / U:2.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site