[GIT PULL] exfat fixes for 6.8-rc7

From: Namjae Jeon
Date: Fri Mar 01 2024 - 02:57:31 EST


Hi Linus,

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

Thanks!

The following changes since commit c02197fc9076e7d991c8f6adc11759c5ba52ddc6:

Merge tag 'powerpc-6.8-3' of
git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
(2024-02-17 16:59:31 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat.git
tags/exfat-for-6.8-rc7

for you to fetch changes up to 3a7845041eb7235f2fb00ef0960995da5be63b11:

exfat: fix appending discontinuous clusters to empty file
(2024-02-18 14:41:18 +0900)

----------------------------------------------------------------
Description for this pull request:
- Fix ftruncate failure when allocating non-contiguous clusters.

----------------------------------------------------------------
Yuezhang Mo (1):
exfat: fix appending discontinuous clusters to empty file

fs/exfat/file.c | 37 ++++++++++++++++++++++---------------
1 file changed, 22 insertions(+), 15 deletions(-)