commit | 2985259b0e3928d4cd0723ac5aad0d1190ab7717 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Tue Dec 19 08:27:31 2006 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Dec 19 08:27:31 2006 +0100 |
tree | 70d1d7801699102d3bb52bc84b8ec8f4fc371c06 | |
parent | a52de245ef0b6217a56fb2472ff65c3a196cafd5 [diff] |
[PATCH] ->nr_sectors and ->hard_nr_sectors are not used for BLOCK_PC requests 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>