[GIT,PULL] exfat fixes for 6.7-rc1

Message ID CAKYAXd-rB+hXUVbCgnRebSsRMH8AK0XzOGJRLqAPX9GFa_9_Kg@mail.gmail.com
State New
Headers
Series [GIT,PULL] exfat fixes for 6.7-rc1 |

Pull-request

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

Message

Namjae Jeon Nov. 8, 2023, 2:20 p.m. UTC
  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(-)
  

Comments

pr-tracker-bot@kernel.org Nov. 8, 2023, 9:45 p.m. UTC | #1
The pull request you sent on Wed, 8 Nov 2023 23:20:37 +0900:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/67c0afb6424fee94238d9a32b97c407d0c97155e

Thank you!