aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-ps-historical-service-time.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/dm-ps-historical-service-time.c')
-rw-r--r--drivers/md/dm-ps-historical-service-time.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/md/dm-ps-historical-service-time.c b/drivers/md/dm-ps-historical-service-time.c
index 186f91e2752c..1856a1b125cc 100644
--- a/drivers/md/dm-ps-historical-service-time.c
+++ b/drivers/md/dm-ps-historical-service-time.c
@@ -255,6 +255,9 @@ static int hst_status(struct path_selector *ps, struct dm_path *path,
case STATUSTYPE_TABLE:
DMEMIT("0 ");
break;
+ case STATUSTYPE_IMA:
+ *result = '\0';
+ break;
}
}