From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [PATCH] Documentation: filesystems: hfs.txt: Removed the maintainer of orphan filesystem Date: Tue, 30 Aug 2011 14:39:09 -0700 Message-ID: <20110830143909.33dd74ff.rdunlap@xenotime.net> References: <1314718172-5604-1-git-send-email-marcos.mage@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: linux-doc@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Marcos Paulo de Souza Return-path: Received: from oproxy1-pub.bluehost.com ([66.147.249.253]:56025 "HELO oproxy1-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751288Ab1H3VjM (ORCPT ); Tue, 30 Aug 2011 17:39:12 -0400 In-Reply-To: <1314718172-5604-1-git-send-email-marcos.mage@gmail.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, 30 Aug 2011 12:29:32 -0300 Marcos Paulo de Souza wrote: > Removed the reference of Roman Zippel, last maintainer, of a orphan filesystem. > > Signed-off-by: Marcos Paulo de Souza Applied, thanks. > --- > Documentation/filesystems/hfs.txt | 9 ++++----- > 1 files changed, 4 insertions(+), 5 deletions(-) > > diff --git a/Documentation/filesystems/hfs.txt b/Documentation/filesystems/hfs.txt > index bd0fa77..d096df6 100644 > --- a/Documentation/filesystems/hfs.txt > +++ b/Documentation/filesystems/hfs.txt > @@ -1,3 +1,4 @@ > +Note: This filesystem doesn't have a maintainer. > > Macintosh HFS Filesystem for Linux > ================================== > @@ -76,8 +77,6 @@ hformat that can be used to create HFS filesystem. See > Credits > ======= > > -The HFS drivers was written by Paul H. Hargrovea (hargrove@sccm.Stanford.EDU) > -and is now maintained by Roman Zippel (roman@ardistech.com) at Ardis > -Technologies. > -Roman rewrote large parts of the code and brought in btree routines derived > -from Brad Boyer's hfsplus driver (also maintained by Roman now). > +The HFS drivers was written by Paul H. Hargrovea (hargrove@sccm.Stanford.EDU). > +Roman Zippel (roman@ardistech.com) rewrote large parts of the code and brought > +in btree routines derived from Brad Boyer's hfsplus driver. > -- --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***