Skip to content
Snippets Groups Projects
Commit 021b65bb authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

ext4: Rename ext4_free_blks_{count,set}() to refer to clusters


The field bg_free_blocks_count_{lo,high} in the block group
descriptor has been repurposed to hold the number of free clusters for
bigalloc functions.  So rename the functions so it makes it easier to
read and audit the block allocation and block freeing code.

Note: at this point in bigalloc development we doesn't support
online resize, so this also makes it really obvious all of the places
we need to fix up to add support for online resize.

Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 6f16b606
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment