• J
    Btrfs: check for duplicate iov_base's when doing dio reads · 93a54bc4
    Josef Bacik 提交于
    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: NJosef Bacik <josef@redhat.com>
    93a54bc4
inode.c 200.4 KB