nfs4: Make sure OpenDirCookie::fSnapshot is properly initialized
This commit is contained in:
@@ -184,7 +184,8 @@ OpenFileCookie::RemoveLock(LockInfo* lock, LockInfo* prev)
|
|||||||
|
|
||||||
OpenDirCookie::OpenDirCookie(FileSystem* fileSystem)
|
OpenDirCookie::OpenDirCookie(FileSystem* fileSystem)
|
||||||
:
|
:
|
||||||
Cookie(fileSystem)
|
Cookie(fileSystem),
|
||||||
|
fSnapshot(NULL)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user