]> xenbits.xensource.com Git - libvirt.git/commit
storage: Remove redundant refreshPool check
authorCole Robinson <crobinso@redhat.com>
Thu, 23 Jun 2016 00:28:09 +0000 (20:28 -0400)
committerCole Robinson <crobinso@redhat.com>
Thu, 23 Jun 2016 13:29:54 +0000 (09:29 -0400)
commite808d3f227b8fa461eb7104fd4382ea817152cbb
tree506f192d386ac6d39589e7f16b8b86cef6cf7a2c
parent7490fdec922aca0f9e333d788a6ae5c9ff16b7e3
storage: Remove redundant refreshPool check

Every driver provides a refreshPool impl, and many other critical
places in the code unconditionally call it without checking if
it exists, so this check is pointless
src/storage/storage_driver.c