linux/net/sctp
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
..
Kconfig
Makefile
associola.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 2006-12-05 14:37:56 +00:00
bind_addr.c
chunk.c
command.c
crc32c.c
debug.c
endpointola.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 2006-12-05 14:37:56 +00:00
input.c
inqueue.c
ipv6.c [SCTP]: Annotate ->supported_addrs(). 2006-12-02 21:27:11 -08:00
objcnt.c
output.c
outqueue.c [SCTP]: Even more trivial sctp annotations. 2006-12-02 21:27:15 -08:00
primitive.c
proc.c
protocol.c [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
sm_make_chunk.c [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
sm_sideeffect.c [SCTP]: SCTP_CMD_PROCESS_CTSN annotations. 2006-12-02 21:27:14 -08:00
sm_statefuns.c [SCTP]: Even more trivial sctp annotations. 2006-12-02 21:27:15 -08:00
sm_statetable.c
socket.c [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
ssnmap.c
sysctl.c
transport.c
tsnmap.c [SCTP]: More trivial sctp annotations. 2006-12-02 21:27:13 -08:00
ulpevent.c [SCTP]: More trivial sctp annotations. 2006-12-02 21:27:13 -08:00
ulpqueue.c