[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>
This commit is contained in:
@@ -195,11 +195,6 @@ struct request {
|
||||
unsigned int timeout;
|
||||
int retries;
|
||||
|
||||
/*
|
||||
* For Power Management requests
|
||||
*/
|
||||
struct request_pm_state *pm;
|
||||
|
||||
/*
|
||||
* completion callback. end_io_data should be folded in with waiting
|
||||
*/
|
||||
|
Reference in New Issue
Block a user