commit | 243e6f69c129303cb7f161466e989722e9d7e02f | [log] [tgz] |
---|---|---|
author | Eric Blake <eblake@redhat.com> | Fri May 06 10:26:40 2016 -0600 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu May 12 15:22:09 2016 +0200 |
tree | 1246742c5e9553291c1e6d7551d564928595a698 | |
parent | 12c125cba9c548929ccf4da2515e5b795c94afd9 [diff] |
m25p80: Switch to byte-based block access Sector-based blk_read() should die; switch to byte-based blk_pread() instead. Likewise for blk_aio_readv() and blk_aio_writev(). Signed-off-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>