Increase slab name from 64 to 128 characters

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>
This commit is contained in:
Craig Small 2012-06-26 22:01:42 +10:00
parent af271cf8c8
commit 06dc80d3b3

View 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 */