Commit 9a49874
fs: cifs: Fix atime update check
[ Upstream commit 01fe654 ]
Commit 9b9c5be ("cifs: do not return atime less than mtime") indicates
that in cifs, if atime is less than mtime, some apps will break.
Therefore, it introduce a function to compare this two variables in two
places where atime is updated. If atime is less than mtime, update it to
mtime.
However, the patch was handled incorrectly, resulting in atime and mtime
being exactly equal. A previous commit 69738cf ("fs: cifs: Fix atime
update check vs mtime") fixed one place and forgot to fix another. Fix it.
Fixes: 9b9c5be ("cifs: do not return atime less than mtime")
Cc: stable@vger.kernel.org
Signed-off-by: Zizhi Wo <wozizhi@huawei.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>1 parent 23171df commit 9a49874
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4671 | 4671 | | |
4672 | 4672 | | |
4673 | 4673 | | |
4674 | | - | |
| 4674 | + | |
4675 | 4675 | | |
4676 | 4676 | | |
4677 | 4677 | | |
| |||
0 commit comments