haiku/headers
Ingo Weinhold d61a8548f9 Add support for bind-mounting directories
* Add support function vfs_get_mount_point(), so a file system can get
  its own mount point (i.e. the node it covers). Re-added
  fs_mount::covers_vnode for that purpose -- the root node isn't know to
  the VFS before the mount() hook returns.
* Add function vfs_bind_mount_directory() which bind-mounts a directory
  to another. The Vnode::covers/covered_by mechanism is used, so this
  isn't true bind-mounting, but sufficient for what we need ATM and
  cheaper as well. The vnodes connected thus aren't tracked yet, which
  is needed for undoing the connection when unmounting.
* get_vnode_name(): Don't use dir_read() to read the directory. Since we
  have already resolved vnode to the covered vnode, we don't want the
  dirents to be "fixed" to refer to the covering nodes. Such a vnode
  simply wouldn't be found.
2011-07-17 16:54:21 +02:00
..
build Build libpackage for the build platform 2011-07-17 16:54:10 +02:00
compatibility
config Flat commit of all changes from package-management branch in svn 2011-07-17 16:54:06 +02:00
cpp
glibc
libs * Added bool and double BString::operator<<() versions. 2011-07-07 10:17:15 +00:00
os Fixed x86_64 handling by the build system. 2011-07-17 16:54:08 +02:00
posix ANSI C doesn't like unnamed unions. 2011-07-17 13:57:30 +00:00
private Add support for bind-mounting directories 2011-07-17 16:54:21 +02:00
tools