]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ext4: Rename block group descriptor table from gd to bgd
authorSimon Glass <sjg@chromium.org>
Wed, 3 Oct 2012 11:37:49 +0000 (11:37 +0000)
committerTom Rini <trini@ti.com>
Thu, 4 Oct 2012 01:21:33 +0000 (18:21 -0700)
commit73c15c634dda388e21eaf0ebc85e324872df0d25
tree54790af1fde1e994a7ce858cb38caa9a3360667e
parentbb64d1c92fbbc2441772f2eb9b4527499955c04e
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>
fs/ext4/ext4_common.c
fs/ext4/ext4fs.c
include/ext4fs.h