]> git.proxmox.com Git - mirror_edk2.git/commit
Don't calculate the directory size and the caller of EFI_FILE protocol can calculate...
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 12 Jan 2010 10:32:47 +0000 (10:32 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 12 Jan 2010 10:32:47 +0000 (10:32 +0000)
commit49b3b3ab262382460c9c079ddf30ff7219f86609
tree5e4539ab8b42c51f5108a089423961d99fbdda4d
parent6bacae7cdc313fabae1890096d0707867de497d4
Don't calculate the directory size and the caller of EFI_FILE protocol can calculate that for better UI.
The enhancement algorithm to calculate directory size (Edk r2583) is incorrect because SetPosition() does not allow other arguments other than 0, causing current file cursor is lost.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9713 6f19259b-4bc3-4df7-8a09-765794883524
Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystem.c