diff options
| author | David Timber <dxdt@dev.snart.me> | 2026-03-17 06:41:37 +0900 |
|---|---|---|
| committer | Namjae Jeon <linkinjeon@kernel.org> | 2026-03-31 23:01:07 +0900 |
| commit | 4129a3a2751cba8511cee5d13145223662a8e019 (patch) | |
| tree | df8640c78f5389e9bad9b937e0d1d279d54c0e65 /include/asm-arm/hardware/git@git.tavy.me:linux.git | |
| parent | 73f01258002fe35d6c6b20f92c75b891e7215b06 (diff) | |
exfat: fix s_maxbytes
With fallocate support, xfstest unit generic/213 fails with
QA output created by 213
We should get: fallocate: No space left on device
Strangely, xfs_io sometimes says "Success" when something went wrong
-fallocate: No space left on device
+fallocate: File too large
because sb->s_maxbytes is set to the volume size.
To be in line with other non-extent-based filesystems, set to max volume
size possible with the cluster size of the volume.
Signed-off-by: David Timber <dxdt@dev.snart.me>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Diffstat (limited to 'include/asm-arm/hardware/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
