Unverified Commit 652483bf authored by Konstantin Komarov's avatar Konstantin Komarov
Browse files

fs/ntfs3: Fix c/mtime typo

parent aaab47f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;