DragonFly commits List (threaded) for 2010-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: devfs - implement mkdir/rmdir
commit 39a08947969568eb63556a0a1d68b5bb26a35ed5
Author: Alex Hornung <ahornung@gmail.com>
Date: Wed Jun 2 00:04:52 2010 +0000
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.
Summary of changes:
sys/vfs/devfs/devfs_core.c | 3 +-
sys/vfs/devfs/devfs_vnops.c | 87 ++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 87 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/39a08947969568eb63556a0a1d68b5bb26a35ed5
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]