diff options
author | David Jeffery <[email protected]> | 2014-09-29 10:21:10 -0400 |
---|---|---|
committer | Al Viro <[email protected]> | 2014-10-31 06:33:26 -0400 |
commit | b2de525f095708b2adbadaec3f1e4017a23d1e09 (patch) | |
tree | 4a46a47864031b2a019d6fa605d835a3ca88c539 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | b0afd8e5db7b11aa9078e82e7f9abc30dc35a3c1 (diff) |
Return short read or 0 at end of a raw device, not EIO
Author: David Jeffery <[email protected]>
Changes to the basic direct I/O code have broken the raw driver when reading
to the end of a raw device. Instead of returning a short read for a read that
extends partially beyond the device's end or 0 when at the end of the device,
these reads now return EIO.
The raw driver needs the same end of device handling as was added for normal
block devices. Using blkdev_read_iter, which has the needed size checks,
prevents the EIO conditions at the end of the device.
Signed-off-by: David Jeffery <[email protected]>
Signed-off-by: Al Viro <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions