diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2002-07-17 01:46:48 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2002-07-17 01:46:48 +0000 |
| commit | a1dc2096387101165d53fe98677d3e4e1d0557ad (patch) | |
| tree | 403633d67f5bcbe849c414892c2fea74d94f0b09 /sys/fs/devfs/devfs_vfsops.c | |
| parent | a96f7d1a1b4761572fa35e54c781a61bec25a808 (diff) | |
Notes
Diffstat (limited to 'sys/fs/devfs/devfs_vfsops.c')
| -rw-r--r-- | sys/fs/devfs/devfs_vfsops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/devfs/devfs_vfsops.c b/sys/fs/devfs/devfs_vfsops.c index 4b2d7701be60..a46b0c4c49a6 100644 --- a/sys/fs/devfs/devfs_vfsops.c +++ b/sys/fs/devfs/devfs_vfsops.c @@ -91,6 +91,7 @@ devfs_mount(mp, ndp, td) fmp->dm_rootdir = devfs_vmkdir("(root)", 6, NULL); fmp->dm_rootdir->de_inode = 2; fmp->dm_basedir = fmp->dm_rootdir; + devfs_rules_newmount(fmp, td); error = devfs_root(mp, &rvp); if (error) { |
