Prohibit locking cache while its is being stopped
Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
@@ -252,6 +252,10 @@ struct {
|
||||
KCAS_ERR_WAITING_INTERRUPTED,
|
||||
"Waiting for operation interrupted"
|
||||
},
|
||||
{
|
||||
KCAS_ERR_CACHE_STOPPING,
|
||||
"Cache being stopped"
|
||||
},
|
||||
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user