summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs/devfs_vfsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/devfs/devfs_vfsops.c')
-rw-r--r--sys/fs/devfs/devfs_vfsops.c19
1 files changed, 4 insertions, 15 deletions
diff --git a/sys/fs/devfs/devfs_vfsops.c b/sys/fs/devfs/devfs_vfsops.c
index c1af1cd..a10efa2 100644
--- a/sys/fs/devfs/devfs_vfsops.c
+++ b/sys/fs/devfs/devfs_vfsops.c
@@ -188,21 +188,10 @@ devfs_statfs(mp, sbp, td)
}
static struct vfsops devfs_vfsops = {
- NULL,
- vfs_stdstart,
- devfs_unmount,
- devfs_root,
- vfs_stdquotactl,
- devfs_statfs,
- vfs_stdnosync,
- vfs_stdvget,
- vfs_stdfhtovp,
- vfs_stdcheckexp,
- vfs_stdvptofh,
- vfs_stdinit,
- vfs_stduninit,
- vfs_stdextattrctl,
- devfs_nmount,
+ .vfs_nmount = devfs_nmount,
+ .vfs_root = devfs_root,
+ .vfs_statfs = devfs_statfs,
+ .vfs_unmount = devfs_unmount,
};
VFS_SET(devfs_vfsops, devfs, VFCF_SYNTHETIC);
OpenPOWER on IntegriCloud