block: hide request sector and data_len
authorTejun Heo <tj@kernel.org>
Thu, 7 May 2009 13:24:44 +0000 (22:24 +0900)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 11 May 2009 07:50:55 +0000 (09:50 +0200)
commita2dec7b36364a5cc564c4d76cf16d2e7d33f5c05
tree76dfb84ba5fa097a929ab81cf5718c6fcbc9d720
parent34b7d2c957199834c474c9d46739265643f4d9c7
block: hide request sector and data_len

Block low level drivers for some reason have been pretty good at
abusing block layer API.  Especially struct request's fields tend to
get violated in all possible ways.  Make it clear that low level
drivers MUST NOT access or manipulate rq->sector and rq->data_len
directly by prefixing them with double underscores.

This change is also necessary to break build of out-of-tree codes
which assume the previous block API where internal fields can be
manipulated and rq->data_len carries residual count on completion.

[ Impact: hide internal fields, block API change ]

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/blk-core.c
block/blk-map.c
block/blk-merge.c
include/linux/blkdev.h