mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
storage: fs: Fix comment for virStorageBackendFileSystemDelete
The comment was talking about creating the pool while the function is deleting it. Fix the mismatch.
This commit is contained in:
parent
c4dadf2393
commit
1c0e2b6099
@ -962,11 +962,9 @@ virStorageBackendFileSystemStop(virConnectPtr conn ATTRIBUTE_UNUSED,
|
||||
|
||||
/**
|
||||
* @conn connection to report errors against
|
||||
* @pool storage pool to build
|
||||
* @pool storage pool to delete
|
||||
*
|
||||
* Build a directory or FS based storage pool.
|
||||
*
|
||||
* - If it is a FS based pool, mounts the unlying source device on the pool
|
||||
* Delete a directory based storage pool
|
||||
*
|
||||
* Returns 0 on success, -1 on error
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user