Re: [PATCH 1/2] fs: ext4: Consolidate checks for resize of bigalloc into ext4_resize_begin

From: Theodore Ts'o
Date: Thu Jun 24 2021 - 10:23:30 EST


On Mon, Jun 07, 2021 at 12:15:08PM -0700, Josh Triplett wrote:
> Two different places checked for attempts to resize a filesystem with
> the bigalloc feature. Move the check into ext4_resize_begin, which both
> places already call.
>
> Signed-off-by: Josh Triplett <josh@xxxxxxxxxxxxxxxx>

Applied, thanks.

- Ted