Whamcloud - gitweb
LU-1581 defs: zfs string 14/3214/4
authorAlex Zhuravlev <bzzz@whamcloud.com>
Fri, 25 May 2012 11:56:42 +0000 (15:56 +0400)
committerAlex Zhuravlev <bzzz@whamcloud.com>
Mon, 2 Jul 2012 16:47:13 +0000 (20:47 +0400)
a string corresponding to ZFS type

Signed-off-by: Alex Zhuravlev <bzzz@whamcloud.com>
Change-Id: I491041e22680f051016e5f782843b88580bf841e

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];
 }