From e5bcb49589257672c9146a0531140f18db6b6432 Mon Sep 17 00:00:00 2001 From: Alex Zhuravlev Date: Fri, 25 May 2012 15:56:42 +0400 Subject: [PATCH] LU-1581 defs: zfs string a string corresponding to ZFS type Signed-off-by: Alex Zhuravlev Change-Id: I491041e22680f051016e5f782843b88580bf841e Reviewed-on: http://review.whamcloud.com/3214 Reviewed-by: Li Wei Tested-by: Hudson Reviewed-by: Andreas Dilger Tested-by: Maloo --- lustre/include/lustre_disk.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/include/lustre_disk.h b/lustre/include/lustre_disk.h index b5bd305..348470c 100644 --- a/lustre/include/lustre_disk.h +++ b/lustre/include/lustre_disk.h @@ -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]; } -- 1.8.3.1