Bugzilla – Attachment 56002 Details for
Bug 129926
10.0 kernel regularly oopses
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Don't clear ->elevator_data on queue exit
cfq-switch (text/plain), 458 bytes, created by
Jens Axboe
on 2005-10-31 12:53:54 UTC
(
hide
)
Description:
Don't clear ->elevator_data on queue exit
Filename:
MIME Type:
Creator:
Jens Axboe
Created:
2005-10-31 12:53:54 UTC
Size:
458 bytes
patch
obsolete
>diff --git a/drivers/block/cfq-iosched.c b/drivers/block/cfq-iosched.c >index cd056e7..23df2d2 100644 >--- a/drivers/block/cfq-iosched.c >+++ b/drivers/block/cfq-iosched.c >@@ -2260,10 +2260,8 @@ static void cfq_put_cfqd(struct cfq_data > if (!atomic_dec_and_test(&cfqd->ref)) > return; > >- blk_put_queue(q); >- > cfq_shutdown_timer_wq(cfqd); >- q->elevator->elevator_data = NULL; >+ blk_put_queue(q); > > mempool_destroy(cfqd->crq_pool); > kfree(cfqd->crq_hash);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 129926
: 56002