Christoph Lameter e18b890bb0 [PATCH] slab: remove kmem_cache_t
Replace all uses of kmem_cache_t with struct kmem_cache.

The patch was generated using the following script:

	#!/bin/sh
	#
	# Replace one string by another in all the kernel sources.
	#

	set -e

	for file in `find * -name "*.c" -o -name "*.h"|xargs grep -l $1`; do
		quilt add $file
		sed -e "1,\$s/$1/$2/g" $file >/tmp/$$
		mv /tmp/$$ $file
		quilt refresh
	done

The script was run like this

	sh replace kmem_cache_t "struct kmem_cache"

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-12-07 08:39:25 -08:00
..
2006-08-23 16:07:31 -04:00
2006-01-18 09:30:29 +00:00
2006-04-28 10:50:41 -04:00
2006-01-18 09:30:29 +00:00
2006-09-25 09:26:04 -04:00
2006-08-21 09:50:09 -04:00
2006-07-13 09:25:34 -04:00
2006-10-20 09:13:10 -04:00
2006-10-09 14:19:08 -07:00
2006-07-13 09:25:34 -04:00
2006-07-13 09:25:34 -04:00
2006-12-07 08:39:25 -08:00
2006-02-23 09:56:38 +00:00
2006-01-18 09:30:29 +00:00
2006-08-31 12:15:37 -04:00
2006-07-13 09:25:34 -04:00
2006-02-23 09:56:38 +00:00
2006-01-18 09:30:29 +00:00