dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch
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
..
alpha [PATCH] mm: arch do_page_fault() vs in_atomic() 2006-12-07 08:39:21 -08:00
arm [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
arm26 [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
avr32 AVR32: Add missing return instruction in __raw_writesb 2006-11-06 14:07:16 +01:00
cris [PATCH] mm: arch do_page_fault() vs in_atomic() 2006-12-07 08:39:21 -08:00
frv [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
h8300 [NET]: H8300 checksum annotations and cleanups. 2006-12-02 21:23:04 -08:00
i386 [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
ia64 [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
m32r [NET]: M32R checksum annotations and cleanups. 2006-12-02 21:23:06 -08:00
m68k [PATCH] mm: arch do_page_fault() vs in_atomic() 2006-12-07 08:39:21 -08:00
m68knommu [PATCH] m68knommu: switch 68360 to using rtc_time 2006-12-06 07:41:26 -08:00
mips [PATCH] mm: pagefault_{disable,enable}() 2006-12-07 08:39:21 -08:00
parisc [PATCH] mm: arch do_page_fault() vs in_atomic() 2006-12-07 08:39:21 -08:00
powerpc [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
ppc WorkQueue: Fix up arch-specific work items where possible 2006-12-05 19:36:26 +00:00
s390 [PATCH] mm: pagefault_{disable,enable}() 2006-12-07 08:39:21 -08:00
sh [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
sh64 [PATCH] mm: arch do_page_fault() vs in_atomic() 2006-12-07 08:39:21 -08:00
sparc [PATCH] mm: pagefault_{disable,enable}() 2006-12-07 08:39:21 -08:00
sparc64 [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
um [PATCH] uml: workqueue build fix 2006-12-07 08:39:20 -08:00
v850 [NET]: V850 checksum annotations and cleanups. 2006-12-02 21:23:13 -08:00
x86_64 [PATCH] slab: remove SLAB_KERNEL 2006-12-07 08:39:24 -08:00
xtensa [PATCH] vmlinux.lds: consolidate initcall sections 2006-10-27 15:34:51 -07:00