android_kernel_xiaomi_sm8350/net/sunrpc
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
..
auth_gss [SUNRPC]: Use k{mem,str}dup where applicable 2006-12-02 21:30:20 -08:00
auth_null.c
auth_unix.c
auth.c
cache.c WorkStruct: Pass the work_struct pointer instead of context data 2006-11-22 14:55:48 +00:00
clnt.c [SUNRPC]: Use k{mem,str}dup where applicable 2006-12-02 21:30:20 -08:00
Makefile
pmap_clnt.c [PATCH] SUNRPC: fix race in in-kernel RPC portmapper client 2006-10-20 10:26:39 -07:00
rpc_pipe.c [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
sched.c [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
socklib.c [NET]: Annotate callers of the reset of checksum.h stuff. 2006-12-02 21:23:34 -08:00
stats.c
sunrpc_syms.c
svc.c
svcauth_unix.c [SUNRPC]: annotate hash_ip() 2006-12-02 21:21:16 -08:00
svcauth.c [PATCH] sunrpc: add missing spin_unlock 2006-11-06 01:46:23 -08:00
svcsock.c [PATCH] fix "sunrpc: fix refcounting problems in rpc servers" 2006-10-30 12:12:21 -08:00
sysctl.c
timer.c
xdr.c
xprt.c WorkStruct: Pass the work_struct pointer instead of context data 2006-11-22 14:55:48 +00:00
xprtsock.c WorkStruct: Pass the work_struct pointer instead of context data 2006-11-22 14:55:48 +00:00