diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2010-05-03 07:31:51 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-05-03 07:31:51 -0500 |
commit | 72375c2290ef696f49b4fe81da55b8761608f524 (patch) | |
tree | 2cc20b42d00664c464ab704a3220ac7a7ff142e1 /block/nbd.c | |
parent | a6dac6a9ab81b1052e052876a67b9fc483b8b337 (diff) | |
parent | d748768c09b1f93bea90f660ab0b4063d5e9d88d (diff) |
Merge remote branch 'kwolf/for-anthony' into HEAD
Diffstat (limited to 'block/nbd.c')
-rw-r--r-- | block/nbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/nbd.c b/block/nbd.c index 7bac38d086..a1ec123a63 100644 --- a/block/nbd.c +++ b/block/nbd.c @@ -177,7 +177,7 @@ static int64_t nbd_getlength(BlockDriverState *bs) static BlockDriver bdrv_nbd = { .format_name = "nbd", .instance_size = sizeof(BDRVNBDState), - .bdrv_open = nbd_open, + .bdrv_file_open = nbd_open, .bdrv_read = nbd_read, .bdrv_write = nbd_write, .bdrv_close = nbd_close, |