Christoph Lameter
4ba9b9d0ba
Slab API: remove useless ctor parameter and reorder parameters
...
Slab constructors currently have a flags parameter that is never used. And
the order of the arguments is opposite to other slab functions. The object
pointer is placed before the kmem_cache pointer.
Convert
ctor(void *object, struct kmem_cache *s, unsigned long flags)
to
ctor(struct kmem_cache *s, void *object)
throughout the kernel
[akpm@linux-foundation.org: coupla fixes]
Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-10-17 08:42:45 -07:00
..
2007-10-16 11:23:06 -07:00
2007-10-15 18:56:02 +01:00
2007-10-15 18:56:02 +01:00
2007-10-16 09:42:49 -07:00
2007-05-20 20:10:32 +01:00
2007-05-08 11:15:22 -07:00
2007-10-12 23:43:15 +01:00
2007-05-08 11:15:22 -07:00
2007-10-12 23:43:20 +01:00
2007-07-21 17:49:15 -07:00
2007-05-11 17:20:02 +01:00
2007-10-12 23:43:44 +01:00
2007-10-12 23:43:32 +01:00
2007-05-20 20:10:32 +01:00
2007-10-12 15:42:01 -07:00
2007-05-17 10:16:55 +01:00
2007-07-19 10:04:50 -07:00
2007-07-20 17:29:35 +01:00
2007-07-13 08:06:19 -07:00
2007-07-22 11:22:59 -07:00
2007-05-30 17:48:45 +01:00
2007-05-30 17:48:45 +01:00
2007-08-14 17:23:55 +01:00
2006-11-30 12:24:47 +00:00
2007-05-20 20:10:32 +01:00
2007-07-22 15:44:46 +01:00
2007-05-08 11:15:22 -07:00
2007-10-12 23:43:41 +01:00
2007-10-15 16:08:50 -07:00
2007-09-20 09:59:26 -07:00
2007-05-11 17:38:04 +01:00
2007-10-15 18:53:57 +01:00
2007-09-13 15:10:25 +01:00
2007-07-20 21:29:39 +01:00
2007-02-11 17:36:09 +00:00
2007-10-16 09:43:18 -07:00
2007-10-12 23:43:42 +01:00
2007-10-16 09:43:18 -07:00
2007-08-14 17:23:49 +01:00
2007-10-12 23:43:15 +01:00
2007-10-04 18:40:57 -04:00
2007-05-08 11:15:22 -07:00
2007-07-02 13:39:35 +01:00
2007-10-16 09:42:52 -07:00
2007-10-12 23:43:22 +01:00
2007-06-02 21:31:49 +01:00
2007-07-20 09:35:42 +01:00
2007-07-22 15:44:46 +01:00
2007-10-15 16:08:50 -07:00
2007-07-22 16:44:38 +01:00
2007-10-17 08:42:45 -07:00
2007-05-11 19:54:39 +01:00
2007-10-15 21:59:31 +02:00
2007-10-15 18:56:02 +01:00
2007-10-12 23:43:02 +01:00
2007-07-22 16:44:33 +01:00
2007-10-16 11:23:06 -07:00