Date: Tue, 11 Mar 2003 17:35:44 -0500 (EST) From: Jeff Roberson <jroberson@chesapeake.net> To: Alexander Kabaev <kan@FreeBSD.org> Cc: src-committers@FreeBSD.org, <cvs-src@FreeBSD.org>, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/sys/fs/devfs devfs_vfsops.c src/sys/fs/fdescfs fdesc_vfsops.c src/sys/fs/hpfs hpfs_vfsops.c src/sys/fs/ntfs ntfs_vfsops.c src/sys/fs/nwfs nwfs_vfsops.c src/sys/fs/porta Message-ID: <20030311173540.C95656-100000@mail.chesapeake.net> In-Reply-To: <200303112215.h2BMFAaV088621@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Great work, thanks! On Tue, 11 Mar 2003, Alexander Kabaev wrote: > kan 2003/03/11 14:15:10 PST > > FreeBSD src repository > > Modified files: > sys/fs/devfs devfs_vfsops.c > sys/fs/fdescfs fdesc_vfsops.c > sys/fs/hpfs hpfs_vfsops.c > sys/fs/ntfs ntfs_vfsops.c > sys/fs/nwfs nwfs_vfsops.c > sys/fs/portalfs portal_vfsops.c > sys/fs/pseudofs pseudofs.h > sys/fs/smbfs smbfs_vfsops.c > sys/fs/udf udf_vfsops.c > sys/fs/umapfs umap_vfsops.c > sys/fs/unionfs union_vfsops.c > sys/isofs/cd9660 cd9660_vfsops.c > sys/kern vfs_default.c > sys/sys mount.h > Log: > 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 > > Revision Changes Path > 1.30 +1 -1 src/sys/fs/devfs/devfs_vfsops.c > 1.39 +1 -1 src/sys/fs/fdescfs/fdesc_vfsops.c > 1.33 +1 -1 src/sys/fs/hpfs/hpfs_vfsops.c > 1.53 +1 -1 src/sys/fs/ntfs/ntfs_vfsops.c > 1.28 +1 -52 src/sys/fs/nwfs/nwfs_vfsops.c > 1.46 +1 -1 src/sys/fs/portalfs/portal_vfsops.c > 1.24 +1 -1 src/sys/fs/pseudofs/pseudofs.h > 1.17 +1 -45 src/sys/fs/smbfs/smbfs_vfsops.c > 1.10 +1 -1 src/sys/fs/udf/udf_vfsops.c > 1.53 +1 -1 src/sys/fs/umapfs/umap_vfsops.c > 1.61 +1 -1 src/sys/fs/unionfs/union_vfsops.c > 1.109 +1 -1 src/sys/isofs/cd9660/cd9660_vfsops.c > 1.78 +56 -1 src/sys/kern/vfs_default.c > 1.146 +1 -0 src/sys/sys/mount.h > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030311173540.C95656-100000>