We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ddde8 commit 594370fCopy full SHA for 594370f
fs/erofs/inode.c
@@ -175,7 +175,8 @@ static void *erofs_read_inode(struct erofs_buf *buf,
175
vi->chunkbits = sb->s_blocksize_bits +
176
(vi->chunkformat & EROFS_CHUNK_FORMAT_BLKBITS_MASK);
177
}
178
- inode->i_mtime = inode->i_atime = inode_get_ctime(inode);
+ inode_set_mtime_to_ts(inode,
179
+ inode_set_atime_to_ts(inode, inode_get_ctime(inode)));
180
181
inode->i_flags &= ~S_DAX;
182
if (test_opt(&sbi->opt, DAX_ALWAYS) && S_ISREG(inode->i_mode) &&
0 commit comments