[GIT PULL] exfat fixes for 6.7-rc1

From: Namjae Jeon
Date: Wed Nov 08 2023 - 09:20:43 EST


Hi Linus,

This is exfat fixes pull request for v6.7-rc1. I add description of
this pull request on below. Please pull exfat with following fixes.

Thanks!

The following changes since commit 8f6f76a6a29f36d2f3e4510d0bde5046672f6924:

Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm (2023-11-02
20:53:31 -1000)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat.git
tags/exfat-for-6.7-rc1-part2

for you to fetch changes up to 1373ca10ec04afba9199de1fab01fde91338a78b:

exfat: fix ctime is not updated (2023-11-03 22:24:11 +0900)

----------------------------------------------------------------
Description for this pull request:
- Fix an issue that exfat timestamps are not updated caused by
new timestamp accessor function patch.

----------------------------------------------------------------
Yuezhang Mo (2):
exfat: fix setting uninitialized time to ctime/atime
exfat: fix ctime is not updated

fs/exfat/file.c | 1 +
fs/exfat/inode.c | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)