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