[GIT,PULL] exfat fixes for 6.8-rc7

Message ID CAKYAXd8Jsoq=62ZaJxniETCexEFGxn3cBS42gdibuKYTJxbJkQ@mail.gmail.com
State New
Headers
Series [GIT,PULL] exfat fixes for 6.8-rc7 |

Pull-request

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

Message

Namjae Jeon March 1, 2024, 7:57 a.m. UTC
  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(-)
  

Comments

pr-tracker-bot@kernel.org March 1, 2024, 8:37 p.m. UTC | #1
The pull request you sent on Fri, 1 Mar 2024 16:57:13 +0900:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3aec97e0c793353318235b5e9031f91b8f09241e

Thank you!