Prohibit locking cache while its is being stopped
Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
@@ -586,6 +586,9 @@ enum kcas_error {
|
||||
|
||||
/** Waiting for async operation was interrupted*/
|
||||
KCAS_ERR_WAITING_INTERRUPTED,
|
||||
|
||||
/** Cache already being stopped*/
|
||||
KCAS_ERR_CACHE_STOPPING,
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user