diff --git a/src/storage/storage_backend_fs.c b/src/storage/storage_backend_fs.c index 1379f17f55..1a85afc3ab 100644 --- a/src/storage/storage_backend_fs.c +++ b/src/storage/storage_backend_fs.c @@ -1089,7 +1089,8 @@ static int virStorageBackendFileSystemVolBuild(virConnectPtr conn, virStoragePoolObjPtr pool, virStorageVolDefPtr vol, - unsigned int flags) { + unsigned int flags) +{ virCheckFlags(VIR_STORAGE_VOL_CREATE_PREALLOC_METADATA, -1); return _virStorageBackendFileSystemVolBuild(conn, pool, vol, NULL, flags);