1
0
Fork 0
alistair23-linux/net/decnet
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
..
netfilter [NETLINK]: Encapsulate eff_cap usage within security framework. 2006-06-29 16:57:55 -07:00
Kconfig [NET]: Rethink mark field in struct flowi 2006-12-02 21:21:39 -08:00
Makefile
README
TODO
af_decnet.c [DECNET]: Endianess fixes (try #2) 2006-11-07 15:10:17 -08:00
dn_dev.c [DECNET] address: Convert to new netlink interface 2006-12-02 21:30:30 -08:00
dn_fib.c [DECNET]: cleanups 2006-09-22 14:54:40 -07:00
dn_neigh.c [DECNET]: Don't clear memory twice. 2006-12-02 21:21:36 -08:00
dn_nsp_in.c [NET]: Conditionally use bh_lock_sock_nested in sk_receive_skb 2006-12-02 21:23:51 -08:00
dn_nsp_out.c [DECNET]: Endianess fixes (try #2) 2006-11-07 15:10:17 -08:00
dn_route.c [RTNETLINK]: Add rtnl_put_cacheinfo() to unify some code 2006-12-02 21:30:44 -08:00
dn_rules.c [DECNET]: Fix build regressions. 2006-12-02 21:22:15 -08:00
dn_table.c [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
dn_timer.c
sysctl_net_decnet.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00

README

                       Linux DECnet Project
                      ======================

The documentation for this kernel subsystem is available in the
Documentation/networking subdirectory of this distribution and also
on line at http://www.chygwyn.com/DECnet/

Steve Whitehouse <SteveW@ACM.org>