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

ext4: split out ext4_free_blocks_after_init()



The function ext4_free_blocks_after_init() used to be a #define of
ext4_init_block_bitmap().  This actually made it difficult to
understand how the function worked, and made it hard make changes to
support clusters.  So as an initial cleanup, I've separated out the
functionality of initializing block bitmap from calculating the number
of free blocks in the new block group.

Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 49f7f9af
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