mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
fs/ntfs3: Fix c/mtime typo
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
This commit is contained in:
parent
aaab47f204
commit
652483bfbc
@ -3291,7 +3291,7 @@ int ni_write_inode(struct inode *inode, int sync, const char *hint)
|
||||
modified = true;
|
||||
}
|
||||
|
||||
ts = inode_get_mtime(inode);
|
||||
ts = inode_get_ctime(inode);
|
||||
dup.c_time = kernel2nt(&ts);
|
||||
if (std->c_time != dup.c_time) {
|
||||
std->c_time = dup.c_time;
|
||||
|
Loading…
Reference in New Issue
Block a user