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-04-26 12:56:16 +01:00
2006-04-26 12:56:16 +01:00
2006-04-26 12:56:16 +01:00
2006-04-26 12:56:16 +01:00
2006-12-02 21:23:23 -08:00
2006-10-04 03:38:54 -04:00
2006-10-22 21:53:30 -07:00
2006-06-20 01:20:00 -07:00
2006-04-26 12:56:16 +01:00
2006-12-01 14:52:01 -08:00
2006-07-05 20:18:39 -07:00
2006-04-26 12:56:16 +01:00
2006-06-23 23:15:43 -07:00
2006-06-23 23:15:32 -07:00
2006-10-08 12:32:35 -07:00
2006-12-07 08:39:21 -08:00
2006-06-20 01:23:32 -07:00
2006-06-20 01:23:32 -07:00
2006-04-26 12:56:16 +01:00
2006-10-11 11:14:23 -07:00
2006-10-08 12:32:35 -07:00
2006-06-20 17:39:28 -07:00
2006-06-23 23:15:43 -07:00
2006-09-21 08:48:27 +01:00
2006-06-26 09:58:22 -07:00
2006-07-31 13:28:38 -07:00
2006-04-26 12:56:16 +01:00
2006-09-08 08:40:46 -07:00
2006-04-26 12:56:16 +01:00
2006-06-29 16:37:38 -07:00
2006-07-21 14:17:52 -07:00
2006-07-21 14:17:55 -07:00
2006-09-21 08:48:27 +01:00
2006-04-26 12:56:16 +01:00
2006-06-23 23:15:28 -07:00
2006-06-29 16:37:38 -07:00
2006-12-01 14:36:57 -08:00
2006-07-03 15:27:00 -07:00
2006-12-07 08:39:25 -08:00
2006-09-26 08:48:51 -07:00
2006-06-20 01:20:00 -07:00
2006-04-26 12:56:16 +01:00
2006-06-29 16:37:38 -07:00
2006-06-29 16:37:08 -07:00
2006-07-27 16:49:21 -07:00
2006-09-21 08:48:27 +01:00
2006-04-26 12:56:16 +01:00
2006-10-02 14:30:45 -07:00
2006-04-26 12:56:16 +01:00
2006-06-29 16:58:06 -07:00
2006-10-01 00:39:21 -07:00
2006-06-29 16:37:08 -07:00
2006-07-14 21:56:14 -07:00
2006-04-26 12:56:16 +01:00
2006-04-26 12:56:16 +01:00
2006-05-06 19:59:18 +01:00
2006-06-27 17:32:45 -07:00
2006-04-26 12:56:16 +01:00
2006-11-05 16:51:03 -08:00
2006-06-22 15:05:58 -07:00