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-07 08:39:25 -08:00
2006-12-07 08:39:25 -08:00
2006-12-02 21:22:50 -08:00
2006-12-02 21:21:17 -08:00
2006-12-02 21:22:50 -08:00
2006-12-02 21:31:38 -08:00
2006-09-28 17:54:06 -07:00
2006-12-02 21:23:56 -08:00
2006-12-02 21:21:17 -08:00
2006-12-02 21:30:43 -08:00
2006-12-07 08:39:25 -08:00
2006-09-28 18:02:23 -07:00
2006-12-02 21:22:11 -08:00
2006-12-02 21:22:11 -08:00
2006-12-07 08:39:25 -08:00
2006-12-02 21:23:34 -08:00
2006-12-02 21:23:27 -08:00
2006-12-02 21:21:44 -08:00
2006-09-28 18:02:29 -07:00
2006-12-07 08:39:25 -08:00
2006-12-07 08:39:24 -08:00
2006-12-07 08:39:25 -08:00
2006-06-30 19:25:36 +02:00
2006-09-28 18:01:09 -07:00
2006-12-02 21:23:34 -08:00
2006-07-24 23:45:16 -07:00
2006-10-30 15:24:49 -08:00
2006-12-04 02:00:29 -05:00
2006-12-02 21:22:50 -08:00
2006-10-04 00:31:09 -07:00
2006-12-02 21:21:09 -08:00
2006-12-02 21:21:17 -08:00
2006-12-07 08:39:25 -08:00
2006-12-02 21:31:47 -08:00
2006-12-02 21:22:46 -08:00
2006-06-30 19:25:36 +02:00
2006-06-30 19:25:36 +02:00
2006-06-30 19:25:36 +02:00
2006-09-28 18:01:17 -07:00
2005-04-16 15:20:36 -07:00
2006-12-02 21:23:38 -08:00
2006-12-02 21:22:46 -08:00
2006-06-30 19:25:36 +02:00
2006-12-02 21:22:50 -08:00
2006-12-02 21:30:44 -08:00
2006-12-02 21:22:50 -08:00
2006-12-02 21:21:49 -08:00
2006-09-22 15:18:04 -07:00
2006-12-02 21:21:50 -08:00
2006-10-25 23:04:12 -07:00
2006-06-30 19:25:36 +02:00
2006-09-22 15:18:13 -07:00
2006-12-02 21:22:14 -08:00
2006-09-22 15:18:13 -07:00
2006-12-02 21:23:38 -08:00
2006-12-02 21:31:52 -08:00
2006-09-28 18:03:07 -07:00
2006-12-05 14:37:56 +00:00
2006-12-02 21:22:39 -08:00
2006-11-25 15:16:49 -08:00
2006-06-30 19:25:36 +02:00
2006-12-02 21:22:50 -08:00
2006-12-02 21:31:03 -08:00
2006-09-22 15:18:13 -07:00
2006-09-22 15:18:13 -07:00
2006-12-02 21:31:51 -08:00
2006-04-09 22:25:25 -07:00
2006-12-02 21:22:46 -08:00
2006-12-02 21:30:45 -08:00
2006-12-02 21:31:51 -08:00
2006-09-28 18:02:39 -07:00
2006-10-04 00:31:09 -07:00
2006-09-22 15:18:48 -07:00
2006-09-22 15:18:48 -07:00
2006-09-22 15:18:48 -07:00
2006-12-02 21:22:46 -08:00
2006-09-28 18:02:33 -07:00
2006-09-22 15:05:15 -07:00