Merge "Remove misleading comment (b/26948053)" am: dbeebf56aa
am: 4f70554179
am: 32b7443757
Change-Id: I8b68a90f11d2b7b66085609a122515a68bac48bb
This commit is contained in:
commit
6984a92aa9
1 changed files with 1 additions and 2 deletions
|
@ -75,8 +75,7 @@ std::set<userid_t> s_ephemeral_users;
|
|||
// Map user ids to key references
|
||||
std::map<userid_t, std::string> s_de_key_raw_refs;
|
||||
std::map<userid_t, std::string> s_ce_key_raw_refs;
|
||||
// TODO abolish this map. Keys should not be long-lived in user memory, only kernel memory.
|
||||
// See b/26948053
|
||||
// TODO abolish this map, per b/26948053
|
||||
std::map<userid_t, std::string> s_ce_keys;
|
||||
|
||||
// ext4enc:TODO get this const from somewhere good
|
||||
|
|
Loading…
Reference in a new issue