|
@@ -317,7 +317,7 @@ stop_handle:
|
|
* (Well, we could do this if we need to, but heck - it works)
|
|
* (Well, we could do this if we need to, but heck - it works)
|
|
*/
|
|
*/
|
|
ext4_orphan_del(handle, inode);
|
|
ext4_orphan_del(handle, inode);
|
|
- EXT4_I(inode)->i_dtime = get_seconds();
|
|
|
|
|
|
+ EXT4_I(inode)->i_dtime = (__u32)ktime_get_real_seconds();
|
|
|
|
|
|
/*
|
|
/*
|
|
* One subtle ordering requirement: if anything has gone wrong
|
|
* One subtle ordering requirement: if anything has gone wrong
|