aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/devfs/devfs_vfsops.c
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2003-03-11 22:15:10 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2003-03-11 22:15:10 +0000
commitc162e9c2eb7cbe66b8cc5b72bbc4152b095a63b0 (patch)
treeefabc12de7b77fafe029a678e61151926f8cec1c /sys/fs/devfs/devfs_vfsops.c
parent427b3a654959e16b7d4acc971efd9a0d3bb50cb1 (diff)
Notes
Diffstat (limited to 'sys/fs/devfs/devfs_vfsops.c')
-rw-r--r--sys/fs/devfs/devfs_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/devfs/devfs_vfsops.c b/sys/fs/devfs/devfs_vfsops.c
index 64d4cdeaa9cb..c1af1cd0937c 100644
--- a/sys/fs/devfs/devfs_vfsops.c
+++ b/sys/fs/devfs/devfs_vfsops.c
@@ -194,7 +194,7 @@ static struct vfsops devfs_vfsops = {
devfs_root,
vfs_stdquotactl,
devfs_statfs,
- vfs_stdsync,
+ vfs_stdnosync,
vfs_stdvget,
vfs_stdfhtovp,
vfs_stdcheckexp,