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)
commit5998f2bca43e071e9c5a26cc7e7e00f9a78791c4
tree2449ae756bd65c9acc67d66c7cdfb8f0b8e46275
parentda23ea194db94257123f1534d487f3cdc9b5626d
parent99f9a97dce39ad413c39b92c90393bbd6778f3fd
Merge tag 'exfat-for-6.17-rc1' of git://git./linux/kernel/git/linkinjeon/exfat

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()