Re: [PATCH v3 06/11] exfat: add data_start_bytes and exfat_cluster_to_phys() helper

From: Namjae Jeon

Date: Wed May 13 2026 - 19:43:51 EST


On Thu, May 14, 2026 at 12:17 AM CharSyam <charsyam@xxxxxxxxx> wrote:
>
> Hi, Namjae.
>
> The calculation looks correct to me. I just have a minor naming suggestion:
> since this helper returns a byte offset, while exFAT already has
> exfat_cluster_to_sector() for sector-based addresses, would it be clearer to
> name this helper exfat_cluster_to_phys_bytes()?
Okay, I will update it.
Thanks for the review!