Re: [PATCH] btrfs: use PAGE_ALIGNED instead of IS_ALIGNED

From: Muchun Song
Date: Thu May 26 2022 - 22:03:46 EST


On Thu, May 26, 2022 at 10:36 PM <bh1scw@xxxxxxxxx> wrote:
>
> From: Fanjun Kong <bh1scw@xxxxxxxxx>
>
> The <linux/mm.h> already provides the PAGE_ALIGNED macro. Let's
> use this macro instead of IS_ALIGNED and passing PAGE_SIZE directly.
>
> Signed-off-by: Fanjun Kong <bh1scw@xxxxxxxxx>

Reviewed-by: Muchun Song <songmuchun@xxxxxxxxxxxxx>