[GIT PULL] exfat fixes for 6.9-rc8

From: Namjae Jeon
Date: Wed May 08 2024 - 07:32:14 EST


Hi Linus,

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

Thanks!

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat.git
tags/exfat-for-6.9-rc8

for you to fetch changes up to f19257997d9c31864b4cf3fcef6e2d2b9ede148d:

exfat: zero the reserved fields of file and stream extension
dentries (2024-04-25 21:59:59 +0900)

----------------------------------------------------------------
Description for this pull request:
- Fix xfstests generic/013 test failure with dirsync mount option.
- Initialize the reserved fields of deleted file and stream extension
dentries to zero.

----------------------------------------------------------------
Yuezhang Mo (2):
exfat: fix timing of synchronizing bitmap and inode
exfat: zero the reserved fields of file and stream extension dentries

fs/exfat/dir.c | 2 ++
fs/exfat/file.c | 7 +++----
2 files changed, 5 insertions(+), 4 deletions(-)