[PATCH] keep sync and async cfq_queue separate
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
478a82b0ed
commit
12a0573215
2 changed files with 27 additions and 11 deletions
|
@ -58,7 +58,7 @@ struct cfq_io_context {
|
|||
* circular list of cfq_io_contexts belonging to a process io context
|
||||
*/
|
||||
struct list_head list;
|
||||
struct cfq_queue *cfqq;
|
||||
struct cfq_queue *cfqq[2];
|
||||
void *key;
|
||||
|
||||
struct io_context *ioc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue