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