[GIT PULL] exfat update for 6.16-rc1
From: Namjae Jeon
Date: Tue May 27 2025 - 08:38:31 EST
Hi Linus,
This is exfat update pull request for v6.16-rc1. I add a description of
this pull request below. Please pull exfat with following ones.
Thanks!
The following changes since commit 0ff41df1cb268fc69e703a08a57ee14ae967d0ca:
Linux 6.15 (2025-05-25 16:09:23 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat.git
tags/exfat-for-6.16-rc1
for you to fetch changes up to 46a557694b464881b3c2c4a0ba389a6436419a37:
exfat: do not clear volume dirty flag during sync (2025-05-26 20:25:23 +0900)
----------------------------------------------------------------
Description for this pull request:
- Fix xfstests generic/482 test failure.
- Fix double free in delayed_free.
----------------------------------------------------------------
Namjae Jeon (1):
exfat: fix double free in delayed_free
Yuezhang Mo (1):
exfat: do not clear volume dirty flag during sync
fs/exfat/nls.c | 1 +
fs/exfat/super.c | 30 +++++++-----------------------
2 files changed, 8 insertions(+), 23 deletions(-)