nfs4: Fix #9555: wrong relational operator used
This commit is contained in:
@@ -250,7 +250,7 @@ DirectoryCache::_LoadSnapshot(bool trash)
|
|||||||
status_t
|
status_t
|
||||||
DirectoryCache::Revalidate()
|
DirectoryCache::Revalidate()
|
||||||
{
|
{
|
||||||
if (fExpireTime < system_time())
|
if (fExpireTime > system_time())
|
||||||
return B_OK;
|
return B_OK;
|
||||||
|
|
||||||
uint64 change;
|
uint64 change;
|
||||||
|
|||||||
Reference in New Issue
Block a user