Re: [PATCH 1/2] fs: ext4: Consolidate checks for resize of bigalloc into ext4_resize_begin
From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2021-06-24 14:23:30
Also in:
lkml
From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2021-06-24 14:23:30
Also in:
lkml
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@joshtriplett.org>
Applied, thanks. - Ted