From owner-cvs-src Tue Mar 11 14:38:19 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8ACB37B401; Tue, 11 Mar 2003 14:38:17 -0800 (PST) Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C22843FB1; Tue, 11 Mar 2003 14:38:16 -0800 (PST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id h2BMcEt16872; Tue, 11 Mar 2003 17:38:14 -0500 (EST) (envelope-from jroberson@chesapeake.net) Date: Tue, 11 Mar 2003 17:38:14 -0500 (EST) From: Jeff Roberson To: Alexander Kabaev Cc: Poul-Henning Kamp , Alexander Kabaev , , , 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_v In-Reply-To: <20030311172416.3e8a8058.ak03@gte.com> Message-ID: <20030311173602.B95656-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-src@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, Alexander Kabaev wrote: > 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 > > > 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? > We have many filesystems that dont need to sync at all because they are read only. The "defaults" for vfs are pretty much in name only anyway. The vfsops struct is not dynamic like the vops. nosync seems to be a suitable name since it doesn't sync. Cheers, Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message