fix typo (#6831)
Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/6831 Reviewed By: cheng-chang Differential Revision: D21499149 Pulled By: zhichao-cao fbshipit-source-id: 2cb76cbf7086677d8cad5c828019e008062f0052
This commit is contained in:
parent
2e9324718a
commit
3f218074ee
2
cache/clock_cache.cc
vendored
2
cache/clock_cache.cc
vendored
@ -182,7 +182,7 @@ struct CacheHandle {
|
|||||||
void (*deleter)(const Slice&, void* value);
|
void (*deleter)(const Slice&, void* value);
|
||||||
|
|
||||||
// Flags and counters associated with the cache handle:
|
// Flags and counters associated with the cache handle:
|
||||||
// lowest bit: n-cache bit
|
// lowest bit: in-cache bit
|
||||||
// second lowest bit: usage bit
|
// second lowest bit: usage bit
|
||||||
// the rest bits: reference count
|
// the rest bits: reference count
|
||||||
// The handle is unused when flags equals to 0. The thread decreases the count
|
// The handle is unused when flags equals to 0. The thread decreases the count
|
||||||
|
Loading…
Reference in New Issue
Block a user