mkfs.reiser: new applet. needs much polishing

Signed-off-by: Vladimir Dronnikov <dronnikov@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/util-linux/Config.in b/util-linux/Config.in
index 36664de..9827145 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -213,6 +213,12 @@
 	  check for and attempt to repair any corruption that occurs to a minix
 	  filesystem.
 
+config MKFS_EXT2
+	bool "mkfs_ext2"
+	default n
+	help
+	  Utility to create EXT2 filesystems.
+
 config MKFS_MINIX
 	bool "mkfs_minix"
 	default n
@@ -233,18 +239,18 @@
 	  this. If you enabled 'mkfs_minix' then you almost certainly want to
 	  be using the version 2 filesystem support.
 
+config MKFS_REISER
+	bool "mkfs_reiser"
+	default n
+	help
+	  Utility to create ReiserFS filesystems.
+
 config MKFS_VFAT
 	bool "mkfs_vfat"
 	default n
 	help
 	  Utility to create FAT32 filesystems.
 
-config MKFS_EXT2
-	bool "mkfs_ext2"
-	default n
-	help
-	  Utility to create EXT2 filesystems.
-
 config GETOPT
 	bool "getopt"
 	default n