commit | 4fd1ee2e27b13baaa3a6099b07114a197516df5d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Jan 11 08:15:59 2018 +0100 |
committer | Alexander Graf <agraf@suse.de> | Mon Jan 22 23:09:13 2018 +0100 |
tree | 27159e20a79bc3b60a002a8264c54e7c07aec6bd | |
parent | 8cb38c0f48a5b7998887a779ff13a9f8559c838b [diff] |
efi_loader: open_info in CloseProtocol efi_open_protocol and efi_close_protocol have to keep track of opened protocols. Check if the protocol was opened for the same agent and controller. Remove all open protocol information for this pair. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>