8026715: Remove the MetaDataDeallocateALot develop flag

Reviewed-by: coleenp, mgerdin
This commit is contained in:
Stefan Karlsson 2013-10-17 08:42:41 +02:00
parent 7bf2a9861b
commit 79199b95bc
2 changed files with 1 additions and 120 deletions

View file

@ -1979,13 +1979,6 @@ class CommandLineFlags {
develop(uintx, MetadataAllocationFailALotInterval, 1000, \
"Metadata allocation failure a lot interval") \
\
develop(bool, MetaDataDeallocateALot, false, \
"Deallocation bunches of metadata at intervals controlled by " \
"MetaDataAllocateALotInterval") \
\
develop(uintx, MetaDataDeallocateALotInterval, 100, \
"Metadata deallocation alot interval") \
\
develop(bool, TraceMetadataChunkAllocation, false, \
"Trace chunk metadata allocations") \
\