Commit d3d8102d authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul Committed by Yoni Fogel

Undo r26806. Refs #3161. [t:3161]

git-svn-id: file:///svn/toku/tokudb@26833 c7de825b-a66e-492c-adef-691d508d4ae1
parent 7b6f516e
...@@ -43,7 +43,7 @@ toku_brt_serialize_destroy(void) { ...@@ -43,7 +43,7 @@ toku_brt_serialize_destroy(void) {
return 0; return 0;
} }
// #define USE_PWRITE_LOCK #define USE_PWRITE_LOCK
#ifdef USE_PWRITE_LOCK #ifdef USE_PWRITE_LOCK
// This mutex protects pwrite from running in parallel, and also protects modifications to the block allocator. // This mutex protects pwrite from running in parallel, and also protects modifications to the block allocator.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment