devfs - implement mkdir/rmdir
authorAlex Hornung <ahornung@gmail.com>
Wed, 2 Jun 2010 00:04:52 +0000 (00:04 +0000)
committerAlex Hornung <ahornung@gmail.com>
Wed, 2 Jun 2010 13:49:07 +0000 (13:49 +0000)
commit39a08947969568eb63556a0a1d68b5bb26a35ed5
treeaca815631c15f1e7867f61421ae091cd30f7d9a7
parent35ca18c6d7870bc2cfc5b1adf24bd97e8998801e
devfs - implement mkdir/rmdir

* Implement mkdir and rmdir support to allow for custom user directories
  as used by LVM. The same policy applies as does to symlinks:
  user-created directories won't be garbage collected and are the only
  ones deletable by rmdir. One cannot delete automatically created
  directories and empty user-created directories won't be garbage
  collected automatically as happens with automatic dirs.
sys/vfs/devfs/devfs_core.c
sys/vfs/devfs/devfs_vnops.c