commit | 10c0b3437c4dc0d14ac254bbe71e54ea5f238d97 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <petkovbb@gmail.com> | Fri May 01 20:29:53 2009 +0200 |
committer | Borislav Petkov <petkovbb@gmail.com> | Fri May 15 06:43:45 2009 +0200 |
tree | 8d40e72ad1c096bcb4d4ca0475f62e9bebbec647 | |
parent | 77f6bf57ba9d2c50173536dbfdacdab27cb867ca [diff] |
ide-tape: fix potential fs requests bug ide-tape had a potential bug for fs requests when preparing the command packet: it was writing the transfer length as a number of fixed blocks. However, the block layer implies 512 byte blocks and ide-tape can have other block sizes so account for that too. ide-floppy does this calculation properly with the block size factor (floppy->bs_factor). Signed-off-by: Borislav Petkov <petkovbb@gmail.com>