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
..
2006-12-04 02:00:31 -05:00
2006-09-25 09:26:04 -04:00
2006-09-05 10:39:21 -04:00
2006-10-20 09:13:40 -04:00
2006-10-20 09:13:40 -04:00
2006-09-25 09:26:04 -04:00
2006-09-01 11:05:15 -04:00
2006-10-20 09:16:20 -04:00
2006-09-05 10:39:21 -04:00
2006-09-25 09:26:04 -04:00
2006-09-05 13:15:18 -04:00
2006-09-25 09:26:04 -04:00
2006-09-05 13:15:18 -04:00
2006-09-01 11:05:15 -04:00
2006-11-22 14:57:56 +00:00
2006-09-09 18:59:27 -04:00
2006-10-03 11:10:41 -04:00
2006-09-05 10:39:21 -04:00
2006-09-21 17:05:23 -04:00
2006-11-06 08:59:42 -05:00
2006-09-25 09:26:04 -04:00
2006-06-22 15:29:57 -04:00
2006-09-25 09:26:04 -04:00
2006-09-08 10:17:58 -04:00
2006-09-19 08:45:18 -04:00
2006-10-20 09:13:40 -04:00
2006-09-05 10:39:21 -04:00
2006-10-12 17:11:13 -04:00
2006-09-05 10:39:21 -04:00
2006-12-07 08:39:25 -08:00
2006-09-01 11:05:15 -04:00
2006-10-03 11:10:41 -04:00
2006-10-03 11:10:41 -04:00
2006-09-19 08:45:18 -04:00
2006-09-05 10:39:21 -04:00
2006-09-04 14:48:37 -04:00
2006-11-03 12:27:57 -08:00
2006-09-05 10:39:21 -04:00
2006-09-19 08:45:18 -04:00
2006-09-05 10:39:21 -04:00
2006-09-19 08:45:18 -04:00
2006-09-04 16:16:45 -04:00
2006-10-02 11:24:43 -04:00
2006-09-05 10:39:21 -04:00
2006-10-20 09:15:57 -04:00
2006-09-05 10:39:21 -04:00
2006-10-03 21:03:35 -04:00
2006-09-05 10:39:21 -04:00
2006-11-06 08:59:16 -05:00
2006-09-05 10:39:21 -04:00
2006-09-19 08:45:18 -04:00
2006-09-05 10:39:21 -04:00
2006-10-20 09:13:40 -04:00
2006-09-05 10:39:21 -04:00
2006-10-20 09:13:40 -04:00
2006-09-05 10:39:21 -04:00
2006-09-25 09:26:04 -04:00
2006-10-12 17:10:15 -04:00
2006-10-02 11:49:41 -04:00
2006-10-02 11:49:41 -04:00
2006-09-19 08:45:18 -04:00
2006-09-05 10:39:21 -04:00
2006-09-19 08:45:18 -04:00
2006-09-05 10:39:21 -04:00
2006-12-07 08:39:25 -08:00
2006-12-07 08:39:25 -08:00