From owner-cvs-src@FreeBSD.ORG Thu Dec 16 19:44:59 2004 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 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 Date: 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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/nfsclient nfs_vnops.c nfsnode.h 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: Thu, 16 Dec 2004 19:44:59 -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--