From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1EXnnD-0002hn-9d for mharc-grub-devel@gnu.org; Thu, 03 Nov 2005 17:42:47 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EXnnB-0002hQ-KO for grub-devel@gnu.org; Thu, 03 Nov 2005 17:42:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EXnn8-0002gj-Sd for grub-devel@gnu.org; Thu, 03 Nov 2005 17:42:45 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EXnn8-0002gd-LS for grub-devel@gnu.org; Thu, 03 Nov 2005 17:42:42 -0500 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EXnn8-0002S3-3T for grub-devel@gnu.org; Thu, 03 Nov 2005 17:42:42 -0500 Received: from vscan-cn.han.nl (venus.han.nl [145.74.65.6]) by mail-cn.han.nl (Postfix) with ESMTP id 906C58D7B for ; Thu, 3 Nov 2005 23:42:39 +0100 (CET) Received: from mail-cn.han.nl ([145.74.66.11]) by vscan-cn.han.nl (venus.han.nl [145.74.65.6]) (amavisd-new, port 10024) with ESMTP id 01767-06 for ; Thu, 3 Nov 2005 23:42:38 +0100 (CET) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id DE3EF8D75 for ; Thu, 3 Nov 2005 23:42:38 +0100 (CET) Received: from localhost.localdomain (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id A4900C047 for ; Thu, 3 Nov 2005 23:42:38 +0100 (CET) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <20051103221542.GA28731@ca-server1.us.oracle.com> From: Marco Gerards Date: Thu, 03 Nov 2005 23:42:40 +0100 In-Reply-To: <20051103221542.GA28731@ca-server1.us.oracle.com> (Mark Fasheh's message of "Thu, 3 Nov 2005 14:15:42 -0800") Message-ID: <87vez9xsin.fsf@student.han.nl> User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new (2.2.0) at vscan-cn.han.nl Subject: Re: OCFS2 support X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 22:42:45 -0000 Mark Fasheh writes: Hi Mark, > Attached is a diff which adds OCFS2 support for GRUB 2. I used the > Ext2 and XFS drivers as templates while developing the OCFS2 code. Also, I > used the 2005-09-28 patch by Marco Gerards (which added XFS support) as a > template for my build system changes. Cool! Thanks a lot for your work. For GRUB 2 we use the GCS coding style: http://www.gnu.org/prep/standards/ A consistent coding style is quite important for us. Would it be a problem for you to have a look at the GCS and make the required changes to your code? If you need any help, pointers, etc. I am more than willing to help. A more important issue is the copyright. For GRUB 2 all copyrights are assigned to the FSF. Would it be possible to do this for your code as well? I assume it would mean Oracle has to agree with this. If you have any questions about this, feel free to contact me. Thanks, Marco