[PATCH] ->nr_sectors and ->hard_nr_sectors are not used for BLOCK_PC requests
authorJens Axboe <jens.axboe@oracle.com>
Tue, 19 Dec 2006 07:27:31 +0000 (08:27 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 19 Dec 2006 07:27:31 +0000 (08:27 +0100)
It's a file system thing, for block requests the only size used in the
io paths is ->data_len as it is in bytes, not sectors.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

No differences found