commit | 9780e2dd8254351f6cbe11304849126b51dbd561 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Thu May 07 22:24:40 2009 +0900 |
committer | Jens Axboe <jens.axboe@oracle.com> | Mon May 11 09:50:54 2009 +0200 |
tree | a987a9d671302f4a5133cbf1d7880158a9f21315 | |
parent | 83096ebf1263b2c1ee5e653ba37d993d02e3eb7b [diff] |
ide: convert to rq pos and nr_sectors accessors ide doesn't manipulate request fields anymore and thus all hard and their soft equivalents are always equal. Convert all references to accessors. [ Impact: use pos and nr_sectors accessors ] Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Cc: Borislav Petkov <petkovbb@googlemail.com> Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>