haiku/headers/private/kernel/fs
Axel Dörfler d0d37bdfd1 * vfs_init() is now called later in the startup sequence - since no core kernel
service depends on it, it doesn't make any sense to call it that early in the
  game.
* The VFS now has a low memory handler for vnodes as well. If there is enough
  memory left, it won't free any vnodes anymore.
* Potential crashing bug fix: some functions did not check if the FD passed
  in belonged to the right type; they just assumed it had a valid vnode, but
  it could have had a mount structure associated as well.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15566 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-12-16 16:11:36 +00:00
..
devfs.h Moved load_driver() and load_driver_symbols() over to devfs. 2005-06-02 18:32:21 +00:00
fd.h * vfs_init() is now called later in the startup sequence - since no core kernel 2005-12-16 16:11:36 +00:00
KPath.h Fixed a warning in GCC 3. 2004-11-04 15:51:27 +00:00
node_monitor.h Removed some unneeded includes, making the header easier to swallow. 2004-06-29 20:12:29 +00:00
select_sync_pool.h Added delete_select_sync_pool() to clean up. 2005-03-20 22:07:29 +00:00