Commit 5bbb9ea6 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] slab: remove spaces from /proc identifiers

From Manfred Spraul

remove the space from the name of the DMA caches: they make it
impossible to tune the caches through /proc/slabinfo, and make parsing
/proc/slabinfo difficult
parent fa652753
......@@ -351,7 +351,7 @@ static cache_sizes_t cache_sizes[] = {
{ 0, NULL, NULL}
};
/* Must match cache_sizes above. Out of line to keep cache footprint low. */
#define CN(x) { x, x " (DMA)" }
#define CN(x) { x, x "(DMA)" }
static struct {
char *name;
char *name_dma;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment