Obviously forgot to commit these; they were part of the mount_id/vnode_id to dev_t/ino_t
conversion. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21568 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#ifndef _FS_CACHE_H
|
||||
#define _FS_CACHE_H
|
||||
|
||||
//! File System File and Block Caches
|
||||
/*! File System File and Block Caches */
|
||||
|
||||
|
||||
#include <fs_interface.h>
|
||||
@@ -56,7 +56,7 @@ extern status_t block_cache_set_dirty(void *_cache, off_t blockNumber,
|
||||
extern void block_cache_put(void *_cache, off_t blockNumber);
|
||||
|
||||
/* file cache */
|
||||
extern void *file_cache_create(mount_id mountID, vnode_id vnodeID, off_t size,
|
||||
extern void *file_cache_create(dev_t mountID, ino_t vnodeID, off_t size,
|
||||
int fd);
|
||||
extern void file_cache_delete(void *_cacheRef);
|
||||
extern status_t file_cache_set_size(void *_cacheRef, off_t size);
|
||||
|
||||
Reference in New Issue
Block a user