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

ext4: convert block group-relative offsets to use clusters



Certain parts of the ext4 code base, primarily in mballoc.c, use a
block group number and offset from the beginning of the block group.
This offset is invariably used to index into the allocation bitmap, so
change the offset to be denominated in units of clusters.

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