summaryrefslogtreecommitdiffstats
path: root/sys/fs/umapfs
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2003-03-11 22:15:10 +0000
committerkan <kan@FreeBSD.org>2003-03-11 22:15:10 +0000
commit378cd3b05d24e35b8f882e3eff724bb1ad5459f7 (patch)
treeefabc12de7b77fafe029a678e61151926f8cec1c /sys/fs/umapfs
parentb2bb08b487890b3c3ed6adca7372f3d742354a76 (diff)
downloadFreeBSD-src-378cd3b05d24e35b8f882e3eff724bb1ad5459f7.zip
FreeBSD-src-378cd3b05d24e35b8f882e3eff724bb1ad5459f7.tar.gz
Rename vfs_stdsync function to vfs_stdnosync which matches more
closely what function is really doing. Update all existing consumers to use the new name. Introduce a new vfs_stdsync function, which iterates over mount point's vnodes and call FSYNC on each one of them in turn. Make nwfs and smbfs use this new function instead of rolling their own identical sync implementations. Reviewed by: jeff
Diffstat (limited to 'sys/fs/umapfs')
-rw-r--r--sys/fs/umapfs/umap_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/umapfs/umap_vfsops.c b/sys/fs/umapfs/umap_vfsops.c
index c1ed751..17bee46 100644
--- a/sys/fs/umapfs/umap_vfsops.c
+++ b/sys/fs/umapfs/umap_vfsops.c
@@ -443,7 +443,7 @@ static struct vfsops umap_vfsops = {
umapfs_root,
umapfs_quotactl,
umapfs_statfs,
- vfs_stdsync,
+ vfs_stdnosync,
umapfs_vget,
umapfs_fhtovp,
umapfs_checkexp,
OpenPOWER on IntegriCloud