From: Tejun Heo Date: Sat, 18 Apr 2009 22:00:43 +0000 (+0900) Subject: ide-pm: don't abuse rq->data X-Git-Tag: v2.6.31-rc1~397^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc38b521dcffcb07447cd98fedc56f495c10b90d;p=pandora-kernel.git ide-pm: don't abuse rq->data Impact: cleanup rq->data usage ide-pm uses rq->data to carry pointer to struct request_pm_state through request queue and rq->special is used to carray pointer to local struct ide_cmd, which isn't necessary. Use rq->special for request_pm_state instead and use local ide_cmd in ide_start_power_step(). Signed-off-by: Tejun Heo Cc: Jens Axboe --- Reading git-diff-tree failed