All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 09/11] e4defrag: Use EXT2_SUPER_MAGIC instead of EXT4_SUPER_MAGIC
@ 2011-04-08  7:53 Kazuya Mio
  0 siblings, 0 replies; only message in thread
From: Kazuya Mio @ 2011-04-08  7:53 UTC (permalink / raw)
  To: ext4, Theodore Tso

e2fsprogs has EXT2_SUPER_MAGIC defined for the magic number of
ext4 filesystem. e4defrag uses it instead of EXT4_SUPER_MAGIC.

Signed-off-by: Kazuya Mio <k-mio@sx.jp.nec.com>
---
 misc/e4defrag.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/misc/e4defrag.c b/misc/e4defrag.c
index 6365103..b87aae9 100644
--- a/misc/e4defrag.c
+++ b/misc/e4defrag.c
@@ -91,9 +91,6 @@
 #define FS_EXT4			"ext4"
 #define ROOT_UID		0
 
-/* Magic number for ext4 */
-#define EXT4_SUPER_MAGIC	0xEF53

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

only message in thread, other threads:[~2011-04-08  8:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-08  7:53 [PATCH 09/11] e4defrag: Use EXT2_SUPER_MAGIC instead of EXT4_SUPER_MAGIC Kazuya Mio

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.