| commit | e03a72e13648ac6277bf2bab6b8324d51f89c0fa | [log] [tgz] |
|---|---|---|
| author | Martin K. Petersen <[email protected]> | Mon Jan 11 03:21:51 2010 -0500 |
| committer | Jens Axboe <[email protected]> | Mon Jan 11 14:30:09 2010 +0100 |
| tree | a01a2e072a5b225f22bd8bfa75f5270a527a4e4b | |
| parent | ce289321b7dc1eb108e3df0dec872b7429ef49f7 [diff] |
block: Stop using byte offsets All callers of the stacking functions use 512-byte sector units rather than byte offsets. Simplify the code so the stacking functions take sectors when specifying data offsets. Signed-off-by: Martin K. Petersen <[email protected]> Signed-off-by: Jens Axboe <[email protected]>