lkml.org 
[lkml]   [2018]   [Jun]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH 1/2] cifs: use timespec64 internally
Date
Arnd Bergmann <arnd@arndb.de> writes:

> In cifs, the timestamps are stored in memory in the cifs_fattr structure,
> which uses the deprecated 'timespec' structure. Now that the VFS code
> has moved on to 'timespec64', the next step is to change over the fattr
> as well.
>
> This also makes 32-bit and 64-bit systems behave the same way, and
> no longer overflow the 32-bit time_t in year 2038.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
> fs/cifs/cifsencrypt.c | 4 ++--
> fs/cifs/cifsglob.h | 6 +++---
> fs/cifs/cifsproto.h | 6 +++---
> fs/cifs/cifssmb.c | 12 ++++++------
> fs/cifs/inode.c | 34 ++++++++++++++++------------------
> fs/cifs/netmisc.c | 19 ++++++++++---------
> 6 files changed, 40 insertions(+), 41 deletions(-)

Reviewed-by: Paulo Alcantara <palcantara@suse.de>

Thanks
Paulo

\
 
 \ /
  Last update: 2018-06-19 18:45    [W:0.044 / U:0.392 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site