From owner-cvs-src@FreeBSD.ORG Mon Mar 28 14:19:29 2005 Return-Path: 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 A023916A4CE; Mon, 28 Mar 2005 14:19:29 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37DFB43D3F; Mon, 28 Mar 2005 14:19:29 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 9E112AEA4F; Mon, 28 Mar 2005 16:19:27 +0200 (CEST) Date: Mon, 28 Mar 2005 16:19:27 +0200 From: Pawel Jakub Dawidek To: Jeff Roberson Message-ID: <20050328141927.GV591@darkness.comp.waw.pl> References: <200503281343.j2SDh4R2043740@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="s6wyrSjGudquIOT1" Content-Disposition: inline In-Reply-To: <200503281343.j2SDh4R2043740@repoman.freebsd.org> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/hpfs hpfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2005 14:19:29 -0000 --s6wyrSjGudquIOT1 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 28, 2005 at 01:43:04PM +0000, Jeff Roberson wrote: +> -#if HPFS_DEBUG +> - int wantparent =3D flags & (LOCKPARENT|WANTPARENT); +> -#endif +> dprintf(("hpfs_lookup(0x%x, %s, %ld, %d): \n", +> - dhp->h_no, cnp->cn_nameptr, cnp->cn_namelen, +> - wantparent)); +> + dhp->h_no, cnp->cn_nameptr, cnp->cn_namelen)); We now have too many format characters, it should be: - dprintf(("hpfs_lookup(0x%x, %s, %ld, %d): \n", + dprintf(("hpfs_lookup(0x%x, %s, %ld): \n", --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --s6wyrSjGudquIOT1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFCSBJvForvXbEpPzQRAlCsAJkBOhQ/Hn3cpOInQSiOLzblx8cqEwCfQAL5 P8Jyyut6lv1nd3y7NivrWNA= =dwLx -----END PGP SIGNATURE----- --s6wyrSjGudquIOT1--