commit | ea8e5199f76d3552a72b41360f12437a98f01dcf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Oct 03 11:37:49 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Wed Oct 03 18:21:33 2012 -0700 |
tree | 54790af1fde1e994a7ce858cb38caa9a3360667e | |
parent | 5594677e29b68c7fac324661c67f5dad06a73ab5 [diff] |
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>