mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 08:34:07 +02:00
Remove the work around as the Fat driver's lock issue was found and fixed.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10304 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
38dc2202cf
commit
571f4f52d4
@ -1,6 +1,6 @@
|
|||||||
/*++
|
/*++
|
||||||
|
|
||||||
Copyright (c) 2006 - 2009, Intel Corporation
|
Copyright (c) 2006 - 2010, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
@ -223,9 +223,7 @@ OnSimpleFileSystemInstall (
|
|||||||
NumBytes = Dev->Size;
|
NumBytes = Dev->Size;
|
||||||
Status = File->Write (File, &NumBytes, VAR_DATA_PTR (Dev));
|
Status = File->Write (File, &NumBytes, VAR_DATA_PTR (Dev));
|
||||||
ASSERT_EFI_ERROR (Status);
|
ASSERT_EFI_ERROR (Status);
|
||||||
// KEN: bugbug here if closing file, volume handle will be free,
|
FileClose (File);
|
||||||
// and system will be hang when accessing volume handle in future.
|
|
||||||
//FileClose (File);
|
|
||||||
DEBUG ((EFI_D_ERROR, "FileStorage: Mapped to file!\n"));
|
DEBUG ((EFI_D_ERROR, "FileStorage: Mapped to file!\n"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user