Whamcloud - gitweb
LU-1581 defs: zfs string
authorAlex Zhuravlev <bzzz@whamcloud.com>
Fri, 25 May 2012 11:56:42 +0000 (15:56 +0400)
committerAndreas Dilger <adilger@whamcloud.com>
Tue, 3 Jul 2012 20:08:14 +0000 (16:08 -0400)
a string corresponding to ZFS type

Signed-off-by: Alex Zhuravlev <bzzz@whamcloud.com>
Change-Id: I491041e22680f051016e5f782843b88580bf841e
Reviewed-on: http://review.whamcloud.com/3214
Reviewed-by: Li Wei <liwei@whamcloud.com>
Tested-by: Hudson
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
lustre/include/lustre_disk.h

index b5bd305..348470c 100644 (file)
@@ -124,7 +124,8 @@ static inline char *mt_str(enum ldd_mount_type mt)
                 "ldiskfs",
                 "smfs",
                 "reiserfs",
-                "ldiskfs2"
+               "ldiskfs2",
+               "zfs",
         };
         return mount_type_string[mt];
 }