]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
f2fs: do not update REQ_TIME in case of error conditions
authorSahitya Tummala <stummala@codeaurora.org>
Fri, 5 Oct 2018 05:17:39 +0000 (10:47 +0530)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 16 Oct 2018 16:37:00 +0000 (09:37 -0700)
commitc75f2feb80eb8cbb579a3677dce4c165f3102a04
tree45eb0768b01ec865e008f4c2d8fd8c6820b6f8a4
parent3b30eb19dcf1f79d1c3283da8c5f064be6175fbe
f2fs: do not update REQ_TIME in case of error conditions

The REQ_TIME should be updated only in case of success cases
as followed at all other places in the file system.

Signed-off-by: Sahitya Tummala <stummala@codeaurora.org>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/dir.c
fs/f2fs/file.c