diff options
author | Matt Wilson <msw@redhat.com> | 2000-04-28 20:12:53 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-04-28 20:12:53 +0000 |
commit | a51b1b4f8bc62d7012db15dad2794bf8a63822f0 (patch) | |
tree | e2f2b94694ee1ca27655ed2f2608b3a7afd0a3fc /loader | |
parent | 11cf433e641930281862f15e28b0869973a6df6b (diff) | |
download | anaconda-a51b1b4f8bc62d7012db15dad2794bf8a63822f0.tar.gz anaconda-a51b1b4f8bc62d7012db15dad2794bf8a63822f0.tar.xz anaconda-a51b1b4f8bc62d7012db15dad2794bf8a63822f0.zip |
no modInfo here
Diffstat (limited to 'loader')
-rw-r--r-- | loader/loader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader.c b/loader/loader.c index 8b75c74ab..fbfd52c54 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -1887,7 +1887,7 @@ void loadUfs(struct knownDevices *kd, moduleList modLoaded, for (j = 0; j < table.maxNumPartitions; j++) { if (table.parts[j].type == BALKAN_PART_UFS) { if (!ufsloaded) { - mlLoadModule("ufs", NULL, modLoaded, *modDepsPtr, NULL, modInfo, flags); + mlLoadModule("ufs", NULL, modLoaded, *modDepsPtr, NULL, NULL, flags); ufsloaded = 1; } } |