Home
last modified time | relevance | path

Searched hist:"73 c15c634dda388e21eaf0ebc85e324872df0d25" (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dext4fs.h73c15c634dda388e21eaf0ebc85e324872df0d25 Wed Oct 03 11:37:49 UTC 2012 Simon Glass <sjg@chromium.org> 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>
/rk3399_rockchip-uboot/fs/ext4/
H A Dext4fs.c73c15c634dda388e21eaf0ebc85e324872df0d25 Wed Oct 03 11:37:49 UTC 2012 Simon Glass <sjg@chromium.org> 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>
H A Dext4_common.c73c15c634dda388e21eaf0ebc85e324872df0d25 Wed Oct 03 11:37:49 UTC 2012 Simon Glass <sjg@chromium.org> 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>