Searched hist:"73 c15c634dda388e21eaf0ebc85e324872df0d25" (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | ext4fs.h | 73c15c634dda388e21eaf0ebc85e324872df0d25 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 D | ext4fs.c | 73c15c634dda388e21eaf0ebc85e324872df0d25 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 D | ext4_common.c | 73c15c634dda388e21eaf0ebc85e324872df0d25 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>
|