core: change load_config() to open_config()
authorH. Peter Anvin <hpa@linux.intel.com>
Sat, 28 May 2011 00:45:59 +0000 (17:45 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Sat, 28 May 2011 00:45:59 +0000 (17:45 -0700)
commitba4fefa9b52b25ca1babd77066e21abef19518c2
treee9fd8beb864dc03b9d202add547e16406b9f6497
parenta9af8932758ab714e632cfbb65a45c38cac0bd67
core: change load_config() to open_config()

Change load_config() to open_config(), which is a method that works
just like open_file().  This we can use to get the original
configuration file.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
core/fs/btrfs/btrfs.c
core/fs/ext2/ext2.c
core/fs/fat/fat.c
core/fs/fs.c
core/fs/iso9660/iso9660.c
core/fs/lib/loadconfig.c
core/fs/lib/searchconfig.c
core/fs/pxe/pxe.c
core/include/fs.h
core/pxelinux.asm