linux/libzutil: use ARRAY_SIZE instead of constant for search paths

Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #12105
This commit is contained in:
наб
2021-05-22 16:23:59 +02:00
committed by Brian Behlendorf
parent 1a345d645a
commit 3aa81a6635
2 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ out:
(void) close(fd);
}
static const char *
static const char * const
zpool_default_import_path[] = {
"/dev"
};