Fixed compilation (stupid me :-).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@709 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
47b30e4a6a
commit
6a2e071075
@ -1198,7 +1198,7 @@ bfs_close(void *_ns, void *_node, void *_cookie)
|
|||||||
|
|
||||||
if (inode->Flags() & INODE_NO_CACHE) {
|
if (inode->Flags() & INODE_NO_CACHE) {
|
||||||
volume->Pool().ReleaseBuffers();
|
volume->Pool().ReleaseBuffers();
|
||||||
inode->Node().flags &= ~INODE_NO_CACHE;
|
inode->Node()->flags &= ~INODE_NO_CACHE;
|
||||||
}
|
}
|
||||||
|
|
||||||
return B_OK;
|
return B_OK;
|
||||||
|
Loading…
Reference in New Issue
Block a user