]> granicus.if.org Git - procps-ng/commitdiff
Increase slab name from 64 to 128 characters
authorCraig Small <csmall@enc.com.au>
Tue, 26 Jun 2012 12:01:42 +0000 (22:01 +1000)
committerCraig Small <csmall@enc.com.au>
Tue, 26 Jun 2012 12:01:42 +0000 (22:01 +1000)
There soon will be slab types per cgroup meaning the name of the slab
will have the cgroup name in parathensis after the slab name.  This
minor change increases the slab name size to cater for this.

Signed-off-by: Craig Small <csmall@enc.com.au>
proc/slab.h

index ea17ddc95c8841f7ee1c090bcd55e3fa846285b0..09dbe00ce270688a86dbcbe6c3bd675eff8087fa 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _PROC_SLAB_H
 #define _PROC_SLAB_H
 
-#define SLAB_INFO_NAME_LEN      64
+#define SLAB_INFO_NAME_LEN      128
 
 struct slab_info {
        char name[SLAB_INFO_NAME_LEN];  /* name of this cache */