From fa96ac6794b8c61faabf36c9893dd4394619556c Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Tue, 16 Oct 2007 23:30:05 -0700 Subject: [PATCH] --- yaml --- r: 70684 b: refs/heads/master c: bda5b655fe663c86ae16436ab983a656d73b6e62 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/mm/slab.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 1c9ccd1a055d..81e77dc7d4c6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fb46f341d9868fe993626536c7449c2a1aec62a3 +refs/heads/master: bda5b655fe663c86ae16436ab983a656d73b6e62 diff --git a/trunk/mm/slab.c b/trunk/mm/slab.c index 18fa1a65f57b..3ce9bc024d67 100644 --- a/trunk/mm/slab.c +++ b/trunk/mm/slab.c @@ -267,11 +267,10 @@ struct array_cache { unsigned int batchcount; unsigned int touched; spinlock_t lock; - void *entry[0]; /* + void *entry[]; /* * Must have this definition in here for the proper * alignment of array_cache. Also simplifies accessing * the entries. - * [0] is for gcc 2.95. It should really be []. */ };