Skip to content
Snippets Groups Projects
Commit 73c15c63 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

ext4: Rename block group descriptor table from gd to bgd


On x86 machines gd is unfortunately a #define, so we should avoid using
gd for anything. This patch changes uses of gd to bgd so that ext4fs
can be used on x86.

A better fix would be to remove the #define in x86, but I'm not sure
how to do that.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent bb64d1c9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment