Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b57d92
)
mke2fs: remove masix support
author
Coly Li
<coyli@suse.de>
Thu, 23 Aug 2007 07:09:03 +0000
(15:09 +0800)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/misc/mke2fs.c
b/misc/mke2fs.c
index
98a4957
..
0515f89
100644
(file)
--- a/
misc/mke2fs.c
+++ b/
misc/mke2fs.c
@@
-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)