* Removed the get_next_removed_vnode() call again - besides the problems Ingo
pointed out, there is also an unsolvable race condition with BFS that other file systems should share. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30204 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -317,8 +317,6 @@ extern status_t remove_vnode(fs_volume* volume, ino_t vnodeID);
|
||||
extern status_t unremove_vnode(fs_volume* volume, ino_t vnodeID);
|
||||
extern status_t get_vnode_removed(fs_volume* volume, ino_t vnodeID,
|
||||
bool* _removed);
|
||||
extern status_t get_next_removed_vnode(fs_volume* volume, ino_t* _vnodeID,
|
||||
void** _privateNode);
|
||||
extern fs_volume* volume_for_vnode(fs_vnode* vnode);
|
||||
|
||||
extern status_t read_pages(int fd, off_t pos, const struct iovec* vecs,
|
||||
|
||||
Reference in New Issue
Block a user