zdev: Add comment that zfcp LUNs do not support ranges

Signed-off-by: Jens Remus <jremus@linux.ibm.com>
Reviewed-by: Peter Oberparleiter <oberpar@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Jens Remus
2018-11-26 14:51:02 +01:00
committed by Jan Höppner
parent 0f55dab2de
commit 87f47f60e4

View File

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