f2fs: update mtime and ctime in move file range method
authorYunlei He <heyunlei@oppo.com>
Thu, 22 Jun 2023 16:16:46 +0000 (00:16 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 26 Jun 2023 13:21:42 +0000 (06:21 -0700)
commit396d0a28836d42bef595a8843533285abaf64ff7
tree82c99a7b1f9c9d544aa1973553054b783b9c0248
parent2724daf6c24c58099a758d1e842d39b10133b065
f2fs: update mtime and ctime in move file range method

Mtime and ctime stay old value without update after move
file range ioctl. This patch add time update.

Signed-off-by: Yunlei He <heyunlei@oppo.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/file.c