linux/fs/ecryptfs
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
..
Makefile [PATCH] ecryptfs: fs/Makefile and fs/Kconfig 2006-10-04 07:55:24 -07:00
crypto.c [PATCH] slab: remove SLAB_KERNEL 2006-12-07 08:39:24 -08:00
debug.c [PATCH] ecryptfs: fs/Makefile and fs/Kconfig 2006-10-04 07:55:24 -07:00
dentry.c [PATCH] eCryptfs: CIFS nlink fixes 2006-11-16 11:43:38 -08:00
ecryptfs_kernel.h [PATCH] eCryptfs: Consolidate lower dentry_open's 2006-10-31 08:07:01 -08:00
file.c [PATCH] slab: remove SLAB_KERNEL 2006-12-07 08:39:24 -08:00
inode.c [PATCH] slab: remove SLAB_KERNEL 2006-12-07 08:39:24 -08:00
keystore.c [PATCH] slab: remove SLAB_KERNEL 2006-12-07 08:39:24 -08:00
main.c [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
mmap.c [PATCH] ecryptfs: fs/Makefile and fs/Kconfig 2006-10-04 07:55:24 -07:00
super.c [PATCH] slab: remove SLAB_KERNEL 2006-12-07 08:39:24 -08:00