commit | 003ab308a4811416a41091ebd20eaa7c50f28a5f | [log] [tgz] |
---|---|---|
author | Benjamin Lim <jarsp.ctf@gmail.com> | Fri Mar 29 07:29:45 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 09 20:04:06 2019 -0400 |
tree | dbcad56d90bc64ab5b245c6e86b91b71de957bff | |
parent | 9320e2bd759db1a6c1010f069263b3d72746dd22 [diff] |
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: Benjamin Lim <jarsp.ctf@gmail.com>