From owner-freebsd-current@FreeBSD.ORG Thu Jun 3 00:08:08 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED0A91065670; Thu, 3 Jun 2010 00:08:08 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-jnhn.mail.uoguelph.ca (esa-jnhn.mail.uoguelph.ca [131.104.91.44]) by mx1.freebsd.org (Postfix) with ESMTP id 47C618FC12; Thu, 3 Jun 2010 00:08:06 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAMeOBkyDaFvH/2dsb2JhbACeJXHAZYUWBA X-IronPort-AV: E=Sophos;i="4.53,349,1272859200"; d="scan'208";a="78719339" Received: from danube.cs.uoguelph.ca ([131.104.91.199]) by esa-jnhn-pri.mail.uoguelph.ca with ESMTP; 02 Jun 2010 20:08:04 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by danube.cs.uoguelph.ca (Postfix) with ESMTP id 39A8510844DB; Wed, 2 Jun 2010 20:08:05 -0400 (EDT) X-Virus-Scanned: amavisd-new at danube.cs.uoguelph.ca Received: from danube.cs.uoguelph.ca ([127.0.0.1]) by localhost (danube.cs.uoguelph.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ewKSOmYOC9+B; Wed, 2 Jun 2010 20:08:04 -0400 (EDT) Received: from muncher.cs.uoguelph.ca (muncher.cs.uoguelph.ca [131.104.91.102]) by danube.cs.uoguelph.ca (Postfix) with ESMTP id DFDE210843B3; Wed, 2 Jun 2010 20:08:03 -0400 (EDT) Received: from localhost (rmacklem@localhost) by muncher.cs.uoguelph.ca (8.11.7p3+Sun/8.11.6) with ESMTP id o530Nt700692; Wed, 2 Jun 2010 20:23:55 -0400 (EDT) X-Authentication-Warning: muncher.cs.uoguelph.ca: rmacklem owned process doing -bs Date: Wed, 2 Jun 2010 20:23:53 -0400 (EDT) From: Rick Macklem X-X-Sender: rmacklem@muncher.cs.uoguelph.ca To: Craig Rodrigues In-Reply-To: <20100602084748.GA68872@crodrigues.org> Message-ID: References: <9EA890DC-CDCF-4E12-BB0E-063153400AB6@samsco.org> <201006011125.00062.jhb@freebsd.org> <20100602084748.GA68872@crodrigues.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-current@freebsd.org, Ivan Voras Subject: Re: Re: SUJ and "mount" reporting X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jun 2010 00:08:09 -0000 On Wed, 2 Jun 2010, Craig Rodrigues wrote: > > The Berkeley amd is the next big NFS mount client which needs > to be updated to use nmount().....but that code is messy. :) > I know, slightly off topic, but since this reminded me... I've heard good things about the OpenSolaris autofs (I believe Mac OS X now uses a port of that). If there were someone out there looking for an interesting project, porting it might be useful? (Sorry, I don't have the time.) If I had thought of this sooner, maybe it could have been a GSoC project? Maybe next year?? rick