summaryrefslogtreecommitdiffstats
path: root/lib/kref.c
diff options
context:
space:
mode:
authorJosef Bacik <josef@redhat.com>2011-04-08 15:51:18 +0000
committerChris Mason <chris.mason@oracle.com>2011-04-11 20:25:06 -0400
commita1b75f7d961955e697ec377f90115e3517df98f9 (patch)
treeae7fe104dc20222f05be528d85f3c4fa40aa9331 /lib/kref.c
parent3387206f26e1b48703e810175b98611a4fd8e8ea (diff)
Btrfs: check for duplicate iov_base's when doing dio reads
Apparently it is ok to submit a read to an IDE device with the same target page for different offsets. This is what Windows does under qemu. The problem is under DIO we expect them to be different buffers for checksumming reasons, and so this sort of thing will result in checksum errors, when in reality the file is fine. So when reading, check to make sure that all iov bases are different, and if they aren't fall back to buffered mode, since that will work out right. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com> Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'lib/kref.c')
0 files changed, 0 insertions, 0 deletions