提交 1c0e2b60 编写于 作者: P Peter Krempa

storage: fs: Fix comment for virStorageBackendFileSystemDelete

The comment was talking about creating the pool while the function is
deleting it. Fix the mismatch.
上级 c4dadf23
...@@ -962,11 +962,9 @@ virStorageBackendFileSystemStop(virConnectPtr conn ATTRIBUTE_UNUSED, ...@@ -962,11 +962,9 @@ virStorageBackendFileSystemStop(virConnectPtr conn ATTRIBUTE_UNUSED,
/** /**
* @conn connection to report errors against * @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 * Returns 0 on success, -1 on error
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册