From owner-cvs-all@FreeBSD.ORG Sun Jul 3 00:57:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 8624016A42B; Sun, 3 Jul 2005 00:56:48 +0000 (GMT) (envelope-from ps@mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 237AA44E04; Sun, 3 Jul 2005 00:35:36 +0000 (GMT) (envelope-from ps@mu.org) Received: by elvis.mu.org (Postfix, from userid 1000) id 73B626CD61; Sat, 2 Jul 2005 17:35:30 -0700 (PDT) X-Original-To: ps@mu.org Delivered-To: ps@mu.org Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by elvis.mu.org (Postfix) with ESMTP id 1DA8A5C9E4 for ; Thu, 16 Dec 2004 11:45:33 -0800 (PST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 5037556695 for ; Thu, 16 Dec 2004 19:44:59 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: by hub.freebsd.org (Postfix) id 3CC9D16A4CF; Thu, 16 Dec 2004 19:44:59 +0000 (GMT) Delivered-To: ps@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A80816A4CE; Thu, 16 Dec 2004 19:44:59 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id C13B143D55; Thu, 16 Dec 2004 19:44:58 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.43 (FreeBSD)) id 1Cf1YX-0003Q7-Kw; Thu, 16 Dec 2004 19:44:57 +0000 From: Ceri Davies To: Paul Saab Message-ID: <20041216194457.GU38136@submonkey.net> Mail-Followup-To: Ceri Davies , Paul Saab , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200412161928.iBGJScE8059350@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fryGc0vzirnrYIcd" Content-Disposition: inline In-Reply-To: <200412161928.iBGJScE8059350@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on elvis.mu.org X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.1 X-Spam-Level: Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/nfsclient nfs_vnops.c nfsnode.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Sun, 03 Jul 2005 00:57:01 -0000 X-Original-Date: Thu, 16 Dec 2004 19:44:57 +0000 X-List-Received-Date: Sun, 03 Jul 2005 00:57:01 -0000 --fryGc0vzirnrYIcd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 16, 2004 at 07:28:37PM +0000, Paul Saab wrote: > ps 2004-12-16 19:28:37 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/nfsclient nfs_vnops.c nfsnode.h=20 > Log: > Change the NFS sillyrename convention so that we won't run out > of sillyrenames (which were limited to 58 per pid per directory, > for no good reason). The new format of sillyrenames looks like > =20 > .nfs.0000b31a.00d24.4 > ^^^^^^^^ ^^^^^ > ticks pid > =20 > | @@ -2462,18 +2463,23 @@ nfs_sillyrename(struct vnode *dvp, struc > | sp->s_removeit =3D nfs_removeit; > | VREF(dvp); > | =20 > | - /* Fudge together a funny name */ > | + /*=20 > | + * Fudge together a funny name. > | + * Changing the format of the funny name to accomodate more=20 > | + * sillynames per directory. Do we need that sentence in the code? > | + * The name is now changed to .nfs...4, where ticks is=20 > | + * CPU ticks since boot. > | + */ Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --fryGc0vzirnrYIcd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBweW5ocfcwTS3JF8RAtkWAJ98PLIV3k8Y8WUI5dwM0gRX2SVuagCeMHjp GcuGJkbx0hNwZJeNf7esiFU= =mbLT -----END PGP SIGNATURE----- --fryGc0vzirnrYIcd--