]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge tag 'exfat-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linki...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 5 Aug 2025 13:37:05 +0000 (16:37 +0300)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 5 Aug 2025 13:37:05 +0000 (16:37 +0300)
Pull exfat updates from Namjae Jeon:

 - Use generic_write_sync instead of vfs_fsync_range in exfat_file_write_iter.
   It will fix an issue where fdatasync would be set incorrectly.

 - Fix potential infinite loop by the self-linked chain.

* tag 'exfat-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat:
  exfat: add cluster chain loop check for dir
  exfat: fdatasync flag should be same like generic_write_sync()


Trivial merge