haiku/src/system/kernel/cache
Axel Dörfler 3e9513aa4a * fs_{write|read}_pages() now has an additional argument "mayBlock".
* the page writer don't allow to block, while all other writers do. This fixes
  bug #1509. The reason the page writer needs this is because it marks several
  pages from different caches as busy.
* Fixed a warning about ASSERT being defined already in BFS, since
  util/DoublyLinkedList.h now includes debug.h.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22434 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-10-04 12:45:15 +00:00
..
block_allocator.cpp * vm.h no longer includes vm_types.h - only those that actually need access 2007-09-27 12:21:33 +00:00
block_cache_private.h Added some temporary means to ease debugging block caches - at least the list 2007-06-18 23:58:15 +00:00
block_cache.cpp Implemented a part of block_cache_set_dirty() so that it can gracefully exit 2007-09-26 14:01:28 +00:00
BlockMap.cpp
BlockMap.h
file_cache.cpp * fs_{write|read}_pages() now has an additional argument "mayBlock". 2007-10-04 12:45:15 +00:00
Jamfile * Introduced new build system variables 2005-12-30 21:20:07 +00:00
vnode_store.cpp * fs_{write|read}_pages() now has an additional argument "mayBlock". 2007-10-04 12:45:15 +00:00
vnode_store.h * vm.h no longer includes vm_types.h - only those that actually need access 2007-09-27 12:21:33 +00:00