Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758950AbYC1WIP (ORCPT ); Fri, 28 Mar 2008 18:08:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756339AbYC1WIC (ORCPT ); Fri, 28 Mar 2008 18:08:02 -0400 Received: from smtpoutm.mac.com ([17.148.16.77]:56287 "EHLO smtpoutm.mac.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756516AbYC1WIB (ORCPT ); Fri, 28 Mar 2008 18:08:01 -0400 X-Greylist: delayed 323 seconds by postgrey-1.27 at vger.kernel.org; Fri, 28 Mar 2008 18:08:00 EDT Mime-Version: 1.0 (Apple Message framework v753) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Cc: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 7bit From: Pietro Gagliardi Subject: [RESEND] Kernel patch: ext2 creators list update Date: Fri, 28 Mar 2008 18:02:26 -0400 To: linux-ext4@vger.kernel.org X-Mailer: Apple Mail (2.753) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1098 Lines: 31 Hello. Sorry for resending this; I didn't follow all the rules :-) I'm working on a new OS that will have ext2 as the primary filesystem. I'm adding my OS to the list of creators, for the superblock item s_creator_os. I know the kernel doesn't use these values; I don't know if any user programs do, though. The patch is to 2.6.24.4. == linux.patch == --- linux-2.6.24.4/include/linux/ext2_fs.h.orig 2008-03-24 14:49:18.000000000 -0400 +++ linux-2.6.24.4/include/linux/ext2_fs.h 2008-03-28 17:36:55.000000000 -0400 @@ -426,6 +426,7 @@ struct ext2_super_block { #define EXT2_OS_MASIX 2 #define EXT2_OS_FREEBSD 3 #define EXT2_OS_LITES 4 +#define EXT2_OS_PGOS 5 /* * Revision levels == end of linux.patch == If you'd like to see the source code for this driver, just send me back an email and I'll gladly put it up. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/