Doxygen fixup
Signed-off-by: Michal Rakowski <michal.rakowski@intel.com>
This commit is contained in:
parent
6d56270961
commit
47a150644c
@ -1565,13 +1565,11 @@ out:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief routine implements --remove-cache command.
|
* @brief routine implements --stop-cache command.
|
||||||
* @param[in] device caching device to be removed
|
* @param[in] cache_id caching device id to be removed
|
||||||
* @param[in] flush Boolean: shall we flush dirty data before removing cache.
|
* @param[in] flush Boolean: shall we flush dirty data before removing cache.
|
||||||
* if yes, flushing may still be interrupted by user (in which case
|
* if yes, flushing may still be interrupted by user (in which case
|
||||||
* device won't be actually removed and error will be returned)
|
* device won't be actually removed and error will be returned)
|
||||||
* @param[in] allow_interruption shall we allow interruption of dirty
|
|
||||||
* data flushing
|
|
||||||
*/
|
*/
|
||||||
int cache_mngt_exit_instance(ocf_cache_id_t id, int flush)
|
int cache_mngt_exit_instance(ocf_cache_id_t id, int flush)
|
||||||
{
|
{
|
||||||
|
@ -29,7 +29,7 @@ int block_dev_open_object(ocf_volume_t vol, void *volume_params)
|
|||||||
struct casdsk_disk *dsk;
|
struct casdsk_disk *dsk;
|
||||||
|
|
||||||
if (bdobj->opened_by_bdev) {
|
if (bdobj->opened_by_bdev) {
|
||||||
/* Bdev has beed set manually, so there is nothing to do. */
|
/* Bdev has been set manually, so there is nothing to do. */
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user