All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5/5] mke2fs: remove masix support
@ 2007-08-23  7:09 Coly Li
  0 siblings, 0 replies; only message in thread
From: Coly Li @ 2007-08-23  7:09 UTC (permalink / raw)
  To: linux-ext4

[-- Attachment #1: Type: text/plain, Size: 676 bytes --]

This patch remove masix support from mke2fs.

Signed-off-by: Coly Li <coyli@suse.de>

diff --git a/misc/mke2fs.c b/misc/mke2fs.c
index 4a6cace..e317d48 100644
--- a/misc/mke2fs.c
+++ b/misc/mke2fs.c
@@ -740,8 +740,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)



-- 
Coly Li
SuSE PRC Labs



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-08-23  7:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-23  7:09 [PATCH 5/5] mke2fs: remove masix support Coly Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.