Skip to content
Commit febbc583 authored by Benjamin Lim's avatar Benjamin Lim Committed by Tom Rini
Browse files

Fix ext4 block group descriptor sizing



Ext4 allows for arbitrarily sized block group descriptors when 64-bit
addressing is enabled, which was previously not properly supported. This
patch dynamically allocates a chunk of memory of the correct size.

Signed-off-by: default avatarBenjamin Lim <jarsp.ctf@gmail.com>
parent e5519797
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