diff options
author | Philipp Reisner <philipp.reisner@linbit.com> | 2009-11-03 10:59:10 +0100 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2009-11-03 10:59:10 +0100 |
commit | 59131d8e0ae91f2e94909e0795923c4c7ee7eb8c (patch) | |
tree | 118e958961f1a5c2b64783ef239540397c176831 /include/linux/iocontext.h | |
parent | 012abeea669ea49636cf952d13298bb68654146a (diff) | |
parent | 4f570f995f68ef77aae7e5a441222f59232f2d0e (diff) | |
download | linux-stable-59131d8e0ae91f2e94909e0795923c4c7ee7eb8c.tar.gz linux-stable-59131d8e0ae91f2e94909e0795923c4c7ee7eb8c.tar.bz2 linux-stable-59131d8e0ae91f2e94909e0795923c4c7ee7eb8c.zip |
Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block into for-2.6.33
Diffstat (limited to 'include/linux/iocontext.h')
-rw-r--r-- | include/linux/iocontext.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/iocontext.h b/include/linux/iocontext.h index 4da4a75c3f1e..eb73632440f1 100644 --- a/include/linux/iocontext.h +++ b/include/linux/iocontext.h @@ -40,16 +40,11 @@ struct cfq_io_context { struct io_context *ioc; unsigned long last_end_request; - sector_t last_request_pos; unsigned long ttime_total; unsigned long ttime_samples; unsigned long ttime_mean; - unsigned int seek_samples; - u64 seek_total; - sector_t seek_mean; - struct list_head queue_list; struct hlist_node cic_list; |