]> git.proxmox.com Git - mirror_qemu.git/commit
vvfat: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}()
authorAlberto Garcia <berto@igalia.com>
Wed, 1 May 2019 18:13:57 +0000 (21:13 +0300)
committerKevin Wolf <kwolf@redhat.com>
Fri, 10 May 2019 14:45:40 +0000 (16:45 +0200)
commite5a0a6784a63a15d5b1221326fe5c258be6b5561
treea6050f87c6e3a61eb83a811140a133efa17ad46e
parentd4f189713f0cbe9b872ef01f9fc4371dc05ad2c5
vvfat: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}()

There's only a couple of bdrv_read() and bdrv_write() calls left in
the vvfat code, and they can be trivially replaced with the byte-based
bdrv_pread() and bdrv_pwrite().

Signed-off-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/vvfat.c