Skip to content
Commit 28623c2f authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

ext4: grow the s_group_info array as needed



Previously we allocated the s_group_info array with enough space for
any future possible growth of the file system via online resize.  This
is unfortunate because it wastes memory, and it doesn't work for the
meta_bg scheme, since there is no limit based on the number of
reserved gdt blocks.  So add the code to grow the s_group_info array
as needed.

Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 117fff10
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment