|
|
|
|
|
|
|
| |
proxy->operation(function()) where function() is responsible for
initializing proxy fails under gcc-7.2 because proxy is resolved before
function is called.
This change moves connectSession, ...ToService and ...ToVolume into a
single beforeOperation function called from the fuse helper wrapper.
|