git: sys/vfs/autofs: Simplify vfs_root()
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Sun Jun 24 07:32:28 PDT 2018
commit d3e56a2a2065057260dc863e26b63dc2a01bd14f
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Sun Jun 24 05:19:47 2018 -0700
sys/vfs/autofs: Simplify vfs_root()
The root dir is created on mount time, and must exist by the time
vfs_root() is called.
Summary of changes:
sys/vfs/autofs/autofs.h | 3 ---
sys/vfs/autofs/autofs_vfsops.c | 15 +++++----------
2 files changed, 5 insertions(+), 13 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d3e56a2a2065057260dc863e26b63dc2a01bd14f
--
DragonFly BSD source repository
More information about the Commits
mailing list