kernel/fs: Add missing initializations to EntryCache.
Should fix #17857.
This commit is contained in:
parent
bdce546c9f
commit
8016c5b776
@ -49,6 +49,8 @@ EntryCacheGeneration::Init(int32 entriesSize)
|
||||
|
||||
EntryCache::EntryCache()
|
||||
:
|
||||
fGenerationCount(0),
|
||||
fGenerations(NULL),
|
||||
fCurrentGeneration(0)
|
||||
{
|
||||
rw_lock_init(&fLock, "entry cache");
|
||||
|
Loading…
Reference in New Issue
Block a user