diff options
| author | Tony Luck <tony.luck@intel.com> | 2005-01-17 20:28:07 -0800 |
|---|---|---|
| committer | Tony Luck <tony.luck@intel.com> | 2005-01-17 20:28:07 -0800 |
| commit | 9790ee6f6a30db6b9fd4f27e437b87fa8e511cdd (patch) | |
| tree | 5283a41fba9fe6a85c0ed186ad0469dd0cc04323 /include/linux/blkdev.h | |
| parent | bcb39c06eefc908121323c23ead2fdd246585ad3 (diff) | |
| parent | fdefff6242ce95e350570a7f65e1ff49bc3a66b6 (diff) | |
Merge ia64 test tree back into release tree.
Diffstat (limited to 'include/linux/blkdev.h')
| -rw-r--r-- | include/linux/blkdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 1b7dc44bf3c1..5615a3c9e410 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -95,6 +95,7 @@ void swap_io_context(struct io_context **ioc1, struct io_context **ioc2); struct request_list { int count[2]; + int starved[2]; mempool_t *rq_pool; wait_queue_head_t wait[2]; wait_queue_head_t drain; |
