> On Sep 4, 2026, at 23:27, Kaitao Cheng <[email protected]> wrote:
>
> From: Kaitao Cheng <[email protected]>
>
> dax_layout_busy_page_range() no longer has callers outside fs/dax.c.
> Keeping the range helper exported unnecessarily exposes a low-level
> implementation detail.
>
> Make the helper static and remove its export and header definitions.
>
> Also fix the stale dax_layout_busy_page_range() comment to match the
> implementation.
>
> Signed-off-by: Kaitao Cheng <[email protected]>
Acked-by: Muchun Song <[email protected]>
Thanks.