Re: [PATCH v7 09/26] spl: Set FAT bl_len to ARCH_DMA_MINALIGN

2023-11-08 Thread Simon Glass
On Wed, 8 Nov 2023 at 09:49, Sean Anderson wrote: > > Instead of relying on the presence of filename to determine whether we are > dealing with a FAT filesystem (and should DMA-align the buffer), have FAT set > bl_len to ARCH_DMA_MINALIGN instead. With this done, we can remove the > special-case l

[PATCH v7 09/26] spl: Set FAT bl_len to ARCH_DMA_MINALIGN

2023-11-08 Thread Sean Anderson
Instead of relying on the presence of filename to determine whether we are dealing with a FAT filesystem (and should DMA-align the buffer), have FAT set bl_len to ARCH_DMA_MINALIGN instead. With this done, we can remove the special-case logic checking for the presence of filename. Because filesyst