linux/net/tipc
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
addr.c
addr.h
bcast.c [TIPC]: Use kzalloc where appropriate 2006-12-02 21:30:21 -08:00
bcast.h
bearer.c
bearer.h
cluster.c
cluster.h
config.c [TIPC]: endianness annotations 2006-12-02 21:21:08 -08:00
config.h
core.c [TIPC]: Updated TIPC version number to 1.6.2 2006-10-18 19:55:24 -07:00
core.h [TIPC]: Add support for Ethernet VLANs 2006-10-18 19:55:18 -07:00
dbg.c [TIPC]: endianness annotations 2006-12-02 21:21:08 -08:00
dbg.h
discover.c [TIPC]: Fixed slow link reactivation when link tolerance is large 2006-10-18 19:55:20 -07:00
discover.h
eth_media.c
handler.c [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
link.c
link.h
msg.c
msg.h
name_distr.c [TIPC]: endianness annotations 2006-12-02 21:21:08 -08:00
name_distr.h
name_table.c
name_table.h
net.c
net.h
netlink.c
node.c [TIPC]: Use kzalloc where appropriate 2006-12-02 21:30:21 -08:00
node.h
node_subscr.c
node_subscr.h
port.c [TIPC] net/tipc/port.c: fix NULL dereference 2006-11-01 15:42:33 -08:00
port.h
ref.c
ref.h
socket.c
subscr.c [TIPC]: Use kzalloc where appropriate 2006-12-02 21:30:21 -08:00
subscr.h
user_reg.c
user_reg.h
zone.c
zone.h