From owner-cvs-all Tue Mar 11 14:24:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7F0F37B401; Tue, 11 Mar 2003 14:24:18 -0800 (PST) Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id B598C43FE0; Tue, 11 Mar 2003 14:24:17 -0800 (PST) (envelope-from ak03@gte.com) Received: from kanpc.gte.com (ak03@localhost [127.0.0.1]) by h132-197-179-27.gte.com (8.12.8/8.12.8) with ESMTP id h2BMOHAi055892; Tue, 11 Mar 2003 17:24:17 -0500 (EST) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.8/8.12.8/Submit) id h2BMOHvJ055891; Tue, 11 Mar 2003 17:24:17 -0500 (EST) Date: Tue, 11 Mar 2003 17:24:16 -0500 From: Alexander Kabaev To: "Poul-Henning Kamp" Cc: Alexander Kabaev , 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/portalfs portal_vfsops.c src/sys/fs/pseudofs pseudofs.h src/sys/fs/smbfs ... Message-Id: <20030311172416.3e8a8058.ak03@gte.com> In-Reply-To: <39193.1047421317@critter.freebsd.dk> References: <200303112215.h2BMFAaV088621@repoman.freebsd.org> <39193.1047421317@critter.freebsd.dk> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.8.10claws108 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 11 Mar 2003 23:21:57 +0100 "Poul-Henning Kamp" wrote: > In message <200303112215.h2BMFAaV088621@repoman.freebsd.org>, > Alexander Kabaev writes: > >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. > > Shouldn't this function be the default VOP ? > This is an FS-level operation. VFSOPS are not VOPS. Or am I misinterpreting your question? -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message