* bfs_free_cookie() accidently reverted a transaction after having updated

the inode's internal last modified and size copies, causing in inconsistent
  data. This fixes #1643.
* The block being replayed are now dumped to the debug output.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23050 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-12-02 16:38:38 +00:00
parent 653eea311d
commit 4afaeabbd8
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -40,6 +40,7 @@
#endif
#define DEBUG_BLOCK_CACHE
//#define DEBUG_CHANGED
// This macro is used for fatal situations that are acceptable in a running
// system, like out of memory situations - should only panic for debugging.