lkml.org 
[lkml]   [2016]   [Feb]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [RFC v2b 3/5] fs: btrfs: Use vfs_time accessors
Date
On Friday 12 February 2016 01:45:47 Deepa Dinamani wrote:
> + ts = vfs_time_to_timespec(inode->i_mtime);
> + if (!timespec_equal(&ts, &now))
> + inode->i_mtime = timespec_to_vfs_time(now);
> +
> + ts = vfs_time_to_timespec(inode->i_mtime);
> + if (!timespec_equal(&ts, &now))
> + inode->i_ctime = timespec_to_vfs_time(now);
>

The second one needs to be fs_time_to_timespec(inode->i_ctime), not i_mtime.

Arnd

\
 
 \ /
  Last update: 2016-02-12 15:01    [W:0.180 / U:0.532 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site