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