linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ext2ed : Remove masix support.
@ 2008-08-23 11:17 Manish Katiyar
  2008-08-23 11:53 ` Theodore Tso
  0 siblings, 1 reply; 2+ messages in thread
From: Manish Katiyar @ 2008-08-23 11:17 UTC (permalink / raw)
  To: Theodore Tso, linux-ext4; +Cc: mkatiyar

Ted,
I was not sure if I should change it to EXT2_OBSO_OS_MASIX as it is
currently defined in ext2_fs.h. Let me know if you think
that is the correct way to fix it, will redo the patch.

Compilation of ext2ed fails with below error message since masix
support has been removed from lib/ext2fs.
super_com.c: In function 'type_ext2_super_block___show':
super_com.c:104: error: 'EXT2_OS_MASIX' undeclared (first use in this function)
super_com.c:104: error: (Each undeclared identifier is reported only once
super_com.c:104: error: for each function it appears in.)
make: *** [super_com.o] Error 1

Below patch removes support for masix from ext2ed.

Signed-off-by: "Manish Katiyar" <mkatiyar@gmail.com>

---
 ext2ed/super_com.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/ext2ed/super_com.c b/ext2ed/super_com.c
index 0541ff3..ec48351 100644
--- a/ext2ed/super_com.c
+++ b/ext2ed/super_com.c
@@ -101,10 +101,6 @@ void type_ext2_super_block___show (char *command_line)
                        wprintw (show_pad,"Hurd");
 			break;

-		case EXT2_OS_MASIX:
-			wprintw (show_pad,"Masix");
-			break;

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ext2ed : Remove masix support.
  2008-08-23 11:17 [PATCH] ext2ed : Remove masix support Manish Katiyar
@ 2008-08-23 11:53 ` Theodore Tso
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Tso @ 2008-08-23 11:53 UTC (permalink / raw)
  To: Manish Katiyar; +Cc: linux-ext4

Thanks, applied.

					- Ted

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-23 11:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-23 11:17 [PATCH] ext2ed : Remove masix support Manish Katiyar
2008-08-23 11:53 ` Theodore Tso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).