haiku/headers/private/kernel/fs
Axel Dörfler ddb7d0b6a6 Implemented force unmounting - by passing the "-f" option to "unmount" you
can now safely unmount volumes that are still in use by some applications.
Minor fixes to the FD disconnection implementation:
* put_fd() checked the condition for being able to disconnect a descriptor
  incorrectly (causing the FD to never be disconnected).
* remove_fd() would hand out disconnected descriptors (but should have
  returned NULL for them).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15952 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-01-15 19:26:42 +00:00
..
devfs.h Moved load_driver() and load_driver_symbols() over to devfs. 2005-06-02 18:32:21 +00:00
fd.h Implemented force unmounting - by passing the "-f" option to "unmount" you 2006-01-15 19:26:42 +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