From owner-freebsd-hackers@FreeBSD.ORG Sun Jan 10 21:26:58 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA4021065692 for ; Sun, 10 Jan 2010 21:26:58 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-ew0-f213.google.com (mail-ew0-f213.google.com [209.85.219.213]) by mx1.freebsd.org (Postfix) with ESMTP id 627358FC08 for ; Sun, 10 Jan 2010 21:26:57 +0000 (UTC) Received: by ewy5 with SMTP id 5so9939199ewy.14 for ; Sun, 10 Jan 2010 13:26:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=HFXp1PfHf6ezLosoOR+F3kKScYipqCKNQY+VuduJ3Cg=; b=LB0zPVp4hoA1Y6gzxbzETmafwWf4DajhRwyRC8U1JXRoRIisrlAksLSiEV9z1aKRlB ReIsI9/uG0HxUYAGDNr6bT0o/Qb1gpwVAJPhuKFpN78td/LCWYRDTo2Htu7KwX6x+wb3 nK6bUwHqgXrJ3VKoZWpZcdVD7g/nyzBBaf3IU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=NxU3QSDdl45LJsfpvuqV05t8ddvTROdPLzq/8Zx9VT5iO3Th1JK1LZVdxKa4FiYUS3 D2l2iGORdfufYb9Hu0+3/AzuWMCU1wtMgvwhx3sBon2VHSDPCtn0S9tzWhPVGaYG9g/l BUb2sN1D2ZRHEzrt5mebM96R29xMfNH2MNm+E= MIME-Version: 1.0 Received: by 10.213.38.208 with SMTP id c16mr262200ebe.7.1263158811702; Sun, 10 Jan 2010 13:26:51 -0800 (PST) In-Reply-To: <20100110111824.5e467773@ernst.jennejohn.org> References: <1bd550a01001080919p20ec1b20t82b3761705cd1ff3@mail.gmail.com> <20100110111824.5e467773@ernst.jennejohn.org> Date: Sun, 10 Jan 2010 22:26:51 +0100 Message-ID: <1bd550a01001101326i7ffd793egd14fe6d8e649123e@mail.gmail.com> From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: gary.jennejohn@freenet.de Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org Subject: Re: [PATCH] linprocfs dofilesystems X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jan 2010 21:26:58 -0000 2010/1/10 Gary Jennejohn : > On Fri, 8 Jan 2010 18:19:29 +0100 > Fernando Apestegu__a wrote: > >> Hi all, >> >> This patch implements the "filesystems" file in the linux proc fs. >> I have used it for some time without seeing any problems. Let me >> know in case this is useful. >> >> Tested against 8.0-RELEASE-p1 >> >> Thanks > > You should file a PR with this, if you haven't done so already. > > Patches which are only sent to mailing lists tend to get lost. Done. misc/142595 > > --- > Gary Jennejohn >