Dirk Mueller
6cc2ed00d1
- Add libhugetlbfs-increase-mount-buffer.patch for upstream issue gh#43 (boo#1216576) OBS-URL: https://build.opensuse.org/request/show/1121710 OBS-URL: https://build.opensuse.org/package/show/Base:System/libhugetlbfs?expand=0&rev=66
12 lines
184 B
Diff
12 lines
184 B
Diff
--- a/hugeutils.c
|
|
+++ b/hugeutils.c
|
|
@@ -617,7 +617,7 @@
|
|
hpage_sizes[i].mount);
|
|
}
|
|
|
|
-#define LINE_MAXLEN 2048
|
|
+#define LINE_MAXLEN 4096
|
|
static void find_mounts(void)
|
|
{
|
|
int fd;
|