From owner-cvs-ports Thu Apr 6 00:31:14 1995 Return-Path: cvs-ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA13622 for cvs-ports-outgoing; Thu, 6 Apr 1995 00:31:14 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id AAA13615 ; Thu, 6 Apr 1995 00:31:12 -0700 Received: from vinkku.hut.fi (vinkku.hut.fi [130.233.245.1]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id AAA11032; Thu, 6 Apr 1995 00:31:09 -0700 Received: (from vode@localhost) by vinkku.hut.fi (8.6.11/8.6.7) id KAA29691; Thu, 6 Apr 1995 10:30:46 +0300 Date: Thu, 6 Apr 1995 10:30:46 +0300 From: Kai Vorma Message-Id: <199504060730.KAA29691@vinkku.hut.fi> To: "Justin T. Gibbs" Cc: "Jordan K. Hubbard" , "Rodney W. Grimes" , jkh@freebsd.org (Jordan K. Hubbard), CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com Subject: Re: cvs commit: ports/net/sup/patches patch-ae In-Reply-To: <199504060709.AAA22147@estienne.cs.berkeley.edu> References: <199504060704.KAA26897@vinkku.hut.fi> <199504060709.AAA22147@estienne.cs.berkeley.edu> Reply-To: Kai.Vorma@hut.fi Sender: cvs-ports-owner@freebsd.org Precedence: bulk Justin T. Gibbs writes: > > It is if I'm using SUP to mirror Auspexes (30+ gigabyte filesets). This > is something that will be happening shortly at TCS. Don't tell me that > doubling the number of stat calls is not a problem. Okay, That is a kind of different story. My patch was meant just for a poor FreeBSD-user who wants to play with the sources and not fight agains sup. However you really don't want to use sup to mirror big filesets because sup is already very inefficient. Making one more stat (that mostly fails) is not a big deal, because the next stat (for the real file) is mostly cached (namei and directory cache). > So your saying I can distribute supfile and supfile#sup without it doing > the wrong thing? Hmm. Thats true. I suppose you then had to add some flag or rename the suffix. ..vode