summaryrefslogtreecommitdiffstats
path: root/sys/fs/cd9660
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/cd9660
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/cd9660')
-rw-r--r--sys/fs/cd9660/cd9660_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/cd9660/cd9660_vfsops.c b/sys/fs/cd9660/cd9660_vfsops.c
index a44df4c..b5aff73 100644
--- a/sys/fs/cd9660/cd9660_vfsops.c
+++ b/sys/fs/cd9660/cd9660_vfsops.c
@@ -79,7 +79,7 @@ static struct vfsops cd9660_vfsops = {
cd9660_root,
vfs_stdquotactl,
cd9660_statfs,
- vfs_stdsync,
+ vfs_stdnosync,
cd9660_vget,
cd9660_fhtovp,
vfs_stdcheckexp,
OpenPOWER on IntegriCloud