* 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:
Axel Dörfler
2008-04-29 16:15:35 +00:00
parent e7ad26598a
commit 8e8edffce7
5 changed files with 7 additions and 7 deletions
+2 -1
View File
@@ -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