From owner-cvs-src Mon Mar 3 16:34: 3 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 4E74937B401; Mon, 3 Mar 2003 16:34:01 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C73543FDD; Mon, 3 Mar 2003 16:34:00 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 6A5F82ED3D5; Mon, 3 Mar 2003 16:34:00 -0800 (PST) Date: Mon, 3 Mar 2003 16:34:00 -0800 From: Alfred Perlstein To: Jeff Roberson Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_default.c Message-ID: <20030304003400.GG43089@elvis.mu.org> References: <200303032337.h23Nbo4R041292@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200303032337.h23Nbo4R041292@repoman.freebsd.org> User-Agent: Mutt/1.4i 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 * Jeff Roberson [030303 15:38] wrote: > jeff 2003/03/03 15:37:50 PST > > FreeBSD src repository > > Modified files: > sys/kern vfs_default.c > Log: > - Correct the wchan in vop_stdfsync() > > This is almost what bde asked for. There is some desire to have per fs wchans > still but that is difficult giving the current arrangement of the code. not safe, but the general idea... char wchanstkbuf[7]; char *p = wchanstkbuf; sprintf(p, "%ssync", vp->v_type); -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message