]> Git Repo - qemu.git/commit
vvfat: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}()
authorAlberto Garcia <[email protected]>
Wed, 1 May 2019 18:13:57 +0000 (21:13 +0300)
committerKevin Wolf <[email protected]>
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 <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block/vvfat.c
This page took 0.02421 seconds and 4 git commands to generate.