]> git.wh0rd.org - dump.git/blobdiff - dump/optr.c
Fix dump -w on ext4 partitions.
[dump.git] / dump / optr.c
index 056a6a6c123f9e7f3cd6164be37c451499139a3b..5dd85df55d833d3cebf8e1bc4bc1fac4c041ad74 100644 (file)
@@ -37,7 +37,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: optr.c,v 1.40 2006/03/14 11:09:51 stelian Exp $";
+       "$Id: optr.c,v 1.41 2010/12/06 14:13:59 stelian Exp $";
 #endif /* not lint */
 
 #include <config.h>
@@ -78,7 +78,7 @@ int   datesort __P((const void *, const void *));
 static void sendmes __P((const char *, const char *));
 
 /* List of filesystem types that we can dump (same ext2 on-disk format) */
-static char *fstypes[] = { "ext2", "ext3", "InterMezzo", NULL };
+static char *fstypes[] = { "ext2", "ext3", "ext4", "InterMezzo", NULL };
 
 /*
  *     Query the operator; This previously-fascist piece of code