Blame SOURCES/procps-ng-3.3.10-vmstat-long-device-name.patch

459053
diff --git a/proc/sysinfo.c b/proc/sysinfo.c
459053
index baa2453..c95f378 100644
459053
--- a/proc/sysinfo.c
459053
+++ b/proc/sysinfo.c
459053
@@ -979,7 +979,7 @@ unsigned int getpartitions_num(struct disk_stat *disks, int ndisks){
459053
 /////////////////////////////////////////////////////////////////////////////
459053
 static int is_disk(char *dev)
459053
 {
459053
-  char syspath[32];
459053
+  char syspath[64];
459053
   char *slash;
459053
 
459053
   while ((slash = strchr(dev, '/')))