From be768885bfe481e6f0b89a5b0b6bccf357b2a8e5 Mon Sep 17 00:00:00 2001 From: klu2 Date: Mon, 5 May 2008 06:50:12 +0000 Subject: Fix many bugs in DUET package and now DUET package is enabled for floppy successful. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5158 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/FSVariable/FSVariable.c | 2 +- DuetPkg/FSVariable/FileStorage.c | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'DuetPkg/FSVariable') diff --git a/DuetPkg/FSVariable/FSVariable.c b/DuetPkg/FSVariable/FSVariable.c index 0977887818..085a492952 100644 --- a/DuetPkg/FSVariable/FSVariable.c +++ b/DuetPkg/FSVariable/FSVariable.c @@ -1164,7 +1164,7 @@ Returns: Status = EFI_NOT_FOUND; return Status; } - + VariableStoreEntry = FlashMapEntryData->Entries[0]; // diff --git a/DuetPkg/FSVariable/FileStorage.c b/DuetPkg/FSVariable/FileStorage.c index 4e366de0a4..c4c239a4fc 100644 --- a/DuetPkg/FSVariable/FileStorage.c +++ b/DuetPkg/FSVariable/FileStorage.c @@ -229,7 +229,9 @@ OnSimpleFileSystemInstall ( NumBytes = Dev->Size; Status = File->Write (File, &NumBytes, VAR_DATA_PTR (Dev)); ASSERT_EFI_ERROR (Status); - FileClose (File); + // KEN: bugbug here if closing file, volume handle will be free, + // and system will be hang when accessing volume handle in future. + //FileClose (File); DEBUG ((EFI_D_ERROR, "FileStorage: Mapped to file!\n")); } @@ -407,7 +409,7 @@ OpenStore ( if (EFI_ERROR (Status)) { return Status; } - + // // Open the root directory of the volume // -- cgit v1.2.3