git: devfs - Fix panic on extra devfs mounts when rules are present
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Dec 27 17:02:47 PST 2015
commit 6870c3d439b881e55c9691c36b75b19a91e564cf
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Dec 27 17:01:29 2015 -0800
devfs - Fix panic on extra devfs mounts when rules are present
* Fix issue where the rules-check was being made on the root mount
node itself.
* devfs would panic on extra devfs mounts (such as in jails) when
/etc/defaults/devfs.conf contains any rules.
Reported-by: marino
Summary of changes:
sys/vfs/devfs/devfs_core.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6870c3d439b881e55c9691c36b75b19a91e564cf
--
DragonFly BSD source repository
More information about the Commits
mailing list