summaryrefslogtreecommitdiff
path: root/scripts/dummy-tools/python3
diff options
context:
space:
mode:
authorNamjae Jeon <linkinjeon@kernel.org>2026-05-22 10:00:00 +0900
committerNamjae Jeon <linkinjeon@kernel.org>2026-06-15 20:00:49 +0900
commitc7034e0bcb087754317d058b1149bb53e0a13213 (patch)
tree1cd291d109adcb97e8222a19c8c154bcd62390f2 /scripts/dummy-tools/python3
parentb4b7fe2c7cbf519ab5e7edc6625c71608805fb1d (diff)
exfat: serialize truncate against in-flight DIO
exfat_setattr() did not call inode_dio_wait() before performing a size change, leaving a window where a concurrent in-flight DIO write could be operating on clusters that the truncate is about to free. Add inode_dio_wait() before the truncate_setsize()/exfat_truncate() sequence so that any in-flight DIO completes before cluster freeing begins. Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Diffstat (limited to 'scripts/dummy-tools/python3')
0 files changed, 0 insertions, 0 deletions