* [PATCH 1/5] debugfs: remove masix support
@ 2007-08-23 7:08 Coly Li
0 siblings, 0 replies; only message in thread
From: Coly Li @ 2007-08-23 7:08 UTC (permalink / raw)
To: linux-ext4
[-- Attachment #1: Type: text/plain, Size: 921 bytes --]
This patch remove masix supporting from debugfs.
Singed-off-by: Coly Li <coyli@suse.de>
--
diff --git a/debugfs/debugfs.c b/debugfs/debugfs.c
index 190c4b7..37dbeba 100644
--- a/debugfs/debugfs.c
+++ b/debugfs/debugfs.c
@@ -569,10 +569,6 @@ void internal_dump_inode(FILE *out, const char *prefix,
frag = inode->osd2.hurd2.h_i_frag;
fsize = inode->osd2.hurd2.h_i_fsize;
break;
- case EXT2_OS_MASIX:
- frag = inode->osd2.masix2.m_i_frag;
- fsize = inode->osd2.masix2.m_i_fsize;
- break;
default:
frag = fsize = 0;
}
@@ -899,10 +895,6 @@ void do_modify_inode(int argc, char *argv[])
frag = &inode.osd2.hurd2.h_i_frag;
fsize = &inode.osd2.hurd2.h_i_fsize;
break;
- case EXT2_OS_MASIX:
- frag = &inode.osd2.masix2.m_i_frag;
- fsize = &inode.osd2.masix2.m_i_fsize;
- break;
default:
frag = fsize = 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:08 [PATCH 1/5] debugfs: remove masix support Coly Li
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).