* Fixed at least the "dd" part of bug #2148: the second double indirect array
block would be incorrectly addressed when allocating a stream - this could cause random blocks to be overwritten, and therefore could cause many sorts of problems. * Moved BFS_TRACING macro to the tracing_config.h file, and let it follow the new semantics of those other macros in there. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25249 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -18,8 +18,9 @@
|
||||
|
||||
// macros specifying the tracing level for individual components (0 is disabled)
|
||||
|
||||
#define BMESSAGE_TRACING 0
|
||||
#define BFS_TRACING 0
|
||||
#define BLOCK_CACHE_TRANSACTION_TRACING 0
|
||||
#define BMESSAGE_TRACING 0
|
||||
#define KERNEL_HEAP_TRACING 0
|
||||
#define PAGE_ALLOCATION_TRACING 0
|
||||
#define PARANOIA_TRACING 0
|
||||
|
||||
Reference in New Issue
Block a user