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-02 21:31:08 -08:00
2006-12-02 22:11:01 -08:00
2006-12-02 22:10:18 -08:00
2006-12-02 22:12:54 -08:00
2006-12-07 08:39:25 -08:00
2006-12-02 22:12:54 -08:00
2006-12-07 08:39:25 -08:00
2006-12-02 22:07:44 -08:00
2006-12-02 22:08:46 -08:00
2006-12-02 22:08:46 -08:00
2006-12-02 22:08:46 -08:00
2006-12-02 22:11:25 -08:00
2006-12-02 22:09:06 -08:00
2006-12-02 21:31:20 -08:00
2006-12-02 22:12:54 -08:00
2006-12-02 22:07:13 -08:00
2006-12-02 22:09:41 -08:00
2006-12-02 21:31:19 -08:00
2006-12-02 22:09:41 -08:00
2006-12-02 22:06:05 -08:00
2006-12-02 22:11:25 -08:00
2006-12-02 22:11:25 -08:00
2006-12-02 22:11:25 -08:00
2006-12-02 22:12:54 -08:00
2006-12-02 22:11:25 -08:00
2006-12-02 22:12:54 -08:00
2006-09-22 14:53:55 -07:00
2006-06-30 19:25:36 +02:00
2006-09-22 14:53:55 -07:00
2006-06-30 19:25:36 +02:00
2006-12-02 21:31:17 -08:00
2006-12-02 21:31:30 -08:00
2006-12-02 21:31:29 -08:00
2006-06-30 19:25:36 +02:00
2006-12-04 02:00:34 -05:00
2006-09-22 14:55:33 -07:00
2006-09-22 14:55:32 -07:00
2006-09-22 14:55:34 -07:00
2006-10-15 23:14:06 -07:00
2006-12-02 21:31:06 -08:00
2006-09-22 14:55:40 -07:00
2006-09-22 15:19:46 -07:00
2006-09-22 14:55:34 -07:00
2006-09-22 14:55:34 -07:00
2006-09-22 14:55:34 -07:00
2006-09-22 14:55:34 -07:00
2006-12-07 08:39:25 -08:00
2006-09-22 14:55:34 -07:00
2006-09-22 14:55:32 -07:00
2006-09-22 15:20:06 -07:00
2006-09-22 14:55:32 -07:00
2006-12-02 21:21:38 -08:00
2006-12-02 21:21:38 -08:00
2006-12-02 21:22:46 -08:00
2006-12-02 21:31:31 -08:00
2006-10-15 23:14:06 -07:00
2006-09-22 14:55:33 -07:00
2006-09-22 14:55:34 -07:00
2006-09-22 14:55:32 -07:00
2006-09-22 15:19:56 -07:00
2006-09-22 14:55:34 -07:00
2006-03-28 17:02:48 -08:00
2006-12-02 21:27:12 -08:00
2006-09-22 14:55:40 -07:00
2006-09-22 14:55:34 -07:00
2006-09-22 14:55:34 -07:00
2006-09-22 14:55:34 -07:00
2006-09-22 14:55:38 -07:00
2006-12-02 21:22:46 -08:00