Skip to content

Commit 652483b

Browse files
fs/ntfs3: Fix c/mtime typo
Signed-off-by: Konstantin Komarov <[email protected]>
1 parent aaab47f commit 652483b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ntfs3/frecord.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3291,7 +3291,7 @@ int ni_write_inode(struct inode *inode, int sync, const char *hint)
32913291
modified = true;
32923292
}
32933293

3294-
ts = inode_get_mtime(inode);
3294+
ts = inode_get_ctime(inode);
32953295
dup.c_time = kernel2nt(&ts);
32963296
if (std->c_time != dup.c_time) {
32973297
std->c_time = dup.c_time;

0 commit comments

Comments
 (0)