aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJens Axboe <axboe@suse.de>2006-06-13 08:46:57 +0200
committerJens Axboe <axboe@nelson.home.kernel.dk>2006-06-23 17:10:39 +0200
commitad3caddaa1708e506f20b8e25a4a8ae586fc7d5b (patch)
tree60a79c55a71ed3ef7bc9daaea694995b034eb044 /include
parent[PATCH] Kill PF_SYNCWRITE flag (diff)
downloadlinux-dev-ad3caddaa1708e506f20b8e25a4a8ae586fc7d5b.tar.xz
linux-dev-ad3caddaa1708e506f20b8e25a4a8ae586fc7d5b.zip
[PATCH] Get rid of struct request request_pm_state member
The IDE power management can just use the ->end_io_data member to store it's data. Signed-off-by: Jens Axboe <axboe@suse.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/blkdev.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 482a21d67627..371c0ce5f630 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -196,11 +196,6 @@ struct request {
int retries;
/*
- * For Power Management requests
- */
- struct request_pm_state *pm;
-
- /*
* completion callback. end_io_data should be folded in with waiting
*/
rq_end_io_fn *end_io;