[libvirt] [PATCH v2 2/4] storage: move block format lookup to shared UpdateVolInfo

2014-03-31 Thread Cole Robinson
--- src/storage/storage_backend.c | 175 ++ src/storage/storage_backend.h | 4 +- src/storage/storage_backend_disk.c| 2 +- src/storage/storage_backend_fs.c | 4 +- src/storage/storage_backend_logical.c | 2 +-

Re: [libvirt] [PATCH v2 2/4] storage: move block format lookup to shared UpdateVolInfo

2014-03-31 Thread Eric Blake
On 03/31/2014 12:50 PM, Cole Robinson wrote: --- Commit message is a bit sparse - it says what but not why. But looking at the patch, it looks like the goal was to refactor code that copied and pasted block format lookup after getting volinfo to instead have volinfo get everything up front.