Finished renaming of vm_cache to VMCache.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34424 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-12-01 17:45:55 +00:00
parent a99eb6b56f
commit a477e3cf20
8 changed files with 83 additions and 86 deletions
+2 -2
View File
@@ -37,9 +37,9 @@ struct cache_module_info {
extern "C" {
#endif
extern void cache_node_opened(struct vnode *vnode, int32 fdType, vm_cache *cache,
extern void cache_node_opened(struct vnode *vnode, int32 fdType, VMCache *cache,
dev_t mountID, ino_t parentID, ino_t vnodeID, const char *name);
extern void cache_node_closed(struct vnode *vnode, int32 fdType, vm_cache *cache,
extern void cache_node_closed(struct vnode *vnode, int32 fdType, VMCache *cache,
dev_t mountID, ino_t vnodeID);
extern void cache_node_launched(size_t argCount, char * const *args);
extern void cache_prefetch_vnode(struct vnode *vnode, off_t offset, size_t size);