summaryrefslogtreecommitdiffstats
path: root/sys/ufs/mfs/mfs_vfsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ufs/mfs/mfs_vfsops.c')
-rw-r--r--sys/ufs/mfs/mfs_vfsops.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/ufs/mfs/mfs_vfsops.c b/sys/ufs/mfs/mfs_vfsops.c
index c17fbd4..9188837 100644
--- a/sys/ufs/mfs/mfs_vfsops.c
+++ b/sys/ufs/mfs/mfs_vfsops.c
@@ -85,19 +85,14 @@ static struct cdevsw mfs_cdevsw = {
/* read */ physread,
/* write */ physwrite,
/* ioctl */ noioctl,
- /* stop */ nostop,
- /* reset */ noreset,
- /* devtotty */ nodevtotty,
/* poll */ nopoll,
/* mmap */ nommap,
/* strategy */ nostrategy,
/* name */ "MFS",
- /* parms */ noparms,
/* maj */ 253,
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ D_DISK,
- /* maxio */ 0,
/* bmaj */ 253,
};
OpenPOWER on IntegriCloud