diff --git a/mm/slab.c b/mm/slab.c index 18fa1a65f57ba906275ff1bc5062fbc91797f4e1..3ce9bc024d676c9db1f58a298d5aacc5f1d9c6fa 100644 --- a/mm/slab.c +++ b/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 []. */ };