mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-06-16 02:15:47 +00:00
kvm tools: Code cleanup for disk/raw.c
Signed-off-by: Asias He <asias.hejun@gmail.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ static struct disk_image_operations raw_image_regular_ops = {
|
||||
struct disk_image_operations ro_ops = {
|
||||
.read = raw_image__read_mmap,
|
||||
.write = raw_image__write_mmap,
|
||||
.close = raw_image__close,
|
||||
.close = raw_image__close,
|
||||
};
|
||||
|
||||
struct disk_image_operations ro_ops_nowrite = {
|
||||
|
||||
Reference in New Issue
Block a user