Commit 652483bf authored by Konstantin Komarov's avatar Konstantin Komarov

fs/ntfs3: Fix c/mtime typo

Signed-off-by: default avatarKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
parent aaab47f2
...@@ -3291,7 +3291,7 @@ int ni_write_inode(struct inode *inode, int sync, const char *hint) ...@@ -3291,7 +3291,7 @@ int ni_write_inode(struct inode *inode, int sync, const char *hint)
modified = true; modified = true;
} }
ts = inode_get_mtime(inode); ts = inode_get_ctime(inode);
dup.c_time = kernel2nt(&ts); dup.c_time = kernel2nt(&ts);
if (std->c_time != dup.c_time) { if (std->c_time != dup.c_time) {
std->c_time = dup.c_time; std->c_time = dup.c_time;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment