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

From: David Sterba
Date: Fri May 27 2022 - 09:41:04 EST


On Thu, May 26, 2022 at 10:35:40PM +0800, 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>

Added to misc-next, thanks.