u-boot-brain/fs/ext4
Simon Glass 73c15c634d 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: Simon Glass <sjg@chromium.org>
2012-10-03 18:21:33 -07:00
..
crc16.c ext4fs write support 2012-08-09 23:48:02 +02:00
crc16.h ext4fs write support 2012-08-09 23:48:02 +02:00
dev.c cmd_extX: use common get_device_and_partition function 2012-09-25 14:46:55 -07:00
ext4_common.c ext4: Rename block group descriptor table from gd to bgd 2012-10-03 18:21:33 -07:00
ext4_common.h cmd_extX: use common get_device_and_partition function 2012-09-25 14:46:55 -07:00
ext4_journal.c ext4fs write support 2012-08-09 23:48:02 +02:00
ext4_journal.h ext4fs write support 2012-08-09 23:48:02 +02:00
ext4fs.c ext4: Rename block group descriptor table from gd to bgd 2012-10-03 18:21:33 -07:00
Makefile ext4fs write support 2012-08-09 23:48:02 +02:00