Blame SOURCES/0021-Increase-maximum-fs-name-length-to-128.patch

72abff
From 781b16fc258de2d5f4e4fd6e096ce3d7b70caa51 Mon Sep 17 00:00:00 2001
72abff
From: Sebastien GODARD <sysstat@users.noreply.github.com>
72abff
Date: Fri, 20 Mar 2015 17:10:16 +0100
72abff
Subject: [PATCH] Increase maximum fs name length to 128
72abff
72abff
Previous value was 72 and was considered a bit too small.
72abff
72abff
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
72abff
(cherry picked from commit 81d449c28e69ca4fce6009f32e3846bdc892ff64)
72abff
---
72abff
 rd_stats.h | 2 +-
72abff
 1 file changed, 1 insertion(+), 1 deletion(-)
72abff
72abff
diff --git a/rd_stats.h b/rd_stats.h
72abff
index d958104..9519f13 100644
72abff
--- a/rd_stats.h
72abff
+++ b/rd_stats.h
72abff
@@ -28,7 +28,7 @@
72abff
 /* Maximum length of USB product string */
72abff
 #define MAX_PROD_LEN	48
72abff
 /* Maximum length of filesystem name */
72abff
-#define MAX_FS_LEN	72
72abff
+#define MAX_FS_LEN	128
72abff
 
72abff
 #define CNT_DEV		0
72abff
 #define CNT_PART	1
72abff
-- 
72abff
2.14.3
72abff