From 87f47f60e4417a4fcb3dec1a55db687adc03bed1 Mon Sep 17 00:00:00 2001 From: Jens Remus Date: Mon, 26 Nov 2018 14:51:02 +0100 Subject: [PATCH] zdev: Add comment that zfcp LUNs do not support ranges MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jens Remus Reviewed-by: Peter Oberparleiter Signed-off-by: Jan Höppner --- zdev/src/zfcp_lun.c | 1 + 1 file changed, 1 insertion(+) diff --git a/zdev/src/zfcp_lun.c b/zdev/src/zfcp_lun.c index 8533a982..57801017 100644 --- a/zdev/src/zfcp_lun.c +++ b/zdev/src/zfcp_lun.c @@ -246,6 +246,7 @@ static unsigned long zfcp_lun_num_ids_in_range(const char *range) static bool zfcp_lun_is_id_in_range(const char *id, const char *range) { + /* No ranges are supported on zfcp lun IDs. */ return false; }