Blame SOURCES/smartmontools-6.2-discovermore.patch

ba800d
diff -up smartmontools-6.2/os_linux.cpp.discovermore smartmontools-6.2/os_linux.cpp
ba800d
--- smartmontools-6.2/os_linux.cpp.discovermore	2016-05-05 10:28:19.661725361 +0200
ba800d
+++ smartmontools-6.2/os_linux.cpp	2016-05-05 10:28:43.252945983 +0200
ba800d
@@ -2488,7 +2488,7 @@ bool linux_smart_interface::get_dev_list
ba800d
   }
ba800d
 
ba800d
   // did we find too many paths?
ba800d
-  const int max_pathc = 32;
ba800d
+  const int max_pathc = 1024;
ba800d
   int n = (int)globbuf.gl_pathc;
ba800d
   if (n > max_pathc) {
ba800d
     pout("glob(3) found %d > MAX=%d devices matching pattern %s: ignoring %d paths\n",