• P
    util: json: Don't remove the 'file' subobject when deflattening · f43b7d60
    Peter Krempa 提交于
    Currently the function would deflatten the object by dropping the 'file'
    prefix from the attributes. This does not really scale well or adhere to
    the documentation.
    
    Until we refactor the worker to properly deflatten everything we at
    least simulate it by adding the "file" wrapper object back.
    f43b7d60
virstoragefile.c 109.0 KB