[PATCH] make cfq_exit_queue() prune the cfq_io_context for that queue
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
a6a0763a60
commit
d9ff418793
2 changed files with 60 additions and 1 deletions
|
@ -69,6 +69,8 @@ struct cfq_io_context {
|
|||
unsigned long ttime_samples;
|
||||
unsigned long ttime_mean;
|
||||
|
||||
struct list_head queue_list;
|
||||
|
||||
void (*dtor)(struct cfq_io_context *);
|
||||
void (*exit)(struct cfq_io_context *);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue