* for detecting, at fsync time, if the inode isn't yet in the
* log tree or it's there but not up to date.
*/
-+ struct timespec64 now = current_time(inode);
++ struct timespec now = current_time(inode);
+
+ inode_inc_iversion(inode);
+ inode->i_mtime = now;
* for detecting, at fsync time, if the inode isn't yet in the
* log tree or it's there but not up to date.
*/
-+ struct timespec64 now = current_time(inode);
++ struct timespec now = current_time(inode);
+
+ inode_inc_iversion(inode);
+ inode->i_mtime = now;