diff options
author | Jens Axboe <axboe@suse.de> | 2006-07-18 16:24:11 -0400 |
---|---|---|
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | 2006-09-30 14:29:38 -0400 |
commit | 1ea25ecb7256978947c258f08a30c878eebe9edb (patch) | |
tree | d0dd75162f20afdf97a086bb22604d2aeb9c263e /block/cfq-iosched.c | |
parent | 4050cf1674c632c73801a561689543d4887df2ef (diff) |
[PATCH] Audit block layer inlines
Kill a few inlines that bring in too much code to more than one location
Shrinks kernel text by about 300 bytes on 32-bit x86.
Signed-off-by: Jens Axboe <axboe@suse.de>
Diffstat (limited to 'block/cfq-iosched.c')
-rw-r--r-- | block/cfq-iosched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c index c988aa75dd55..85f1d87e86d4 100644 --- a/block/cfq-iosched.c +++ b/block/cfq-iosched.c | |||
@@ -1041,7 +1041,7 @@ static void cfq_put_queue(struct cfq_queue *cfqq) | |||
1041 | kmem_cache_free(cfq_pool, cfqq); | 1041 | kmem_cache_free(cfq_pool, cfqq); |
1042 | } | 1042 | } |
1043 | 1043 | ||
1044 | static inline struct cfq_queue * | 1044 | static struct cfq_queue * |
1045 | __cfq_find_cfq_hash(struct cfq_data *cfqd, unsigned int key, unsigned int prio, | 1045 | __cfq_find_cfq_hash(struct cfq_data *cfqd, unsigned int key, unsigned int prio, |
1046 | const int hashval) | 1046 | const int hashval) |
1047 | { | 1047 | { |