Whamcloud - gitweb
mke2fs: remove masix support
authorColy Li <coyli@suse.de>
Thu, 23 Aug 2007 07:09:03 +0000 (15:09 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 1 Nov 2007 05:53:56 +0000 (01:53 -0400)
This patch remove masix support from mke2fs.

Signed-off-by: Coly Li <coyli@suse.de>
misc/mke2fs.c

index 98a4957..0515f89 100644 (file)
@@ -739,8 +739,6 @@ static int set_os(struct ext2_super_block *sb, char *os)
                sb->s_creator_os = EXT2_OS_LINUX;
        else if (strcasecmp(os, "GNU") == 0 || strcasecmp(os, "hurd") == 0)
                sb->s_creator_os = EXT2_OS_HURD;
-       else if (strcasecmp(os, "masix") == 0)
-               sb->s_creator_os = EXT2_OS_MASIX;
        else if (strcasecmp(os, "freebsd") == 0)
                sb->s_creator_os = EXT2_OS_FREEBSD;
        else if (strcasecmp(os, "lites") == 0)