Duplicate cache name in struct ocf_cache
Cache name is needed for logging in passive mode, when config metadata is still not accessible. Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
@@ -51,6 +51,8 @@ struct ocf_cache_device {
|
||||
};
|
||||
|
||||
struct ocf_cache {
|
||||
char name[OCF_CACHE_NAME_SIZE];
|
||||
|
||||
ocf_ctx_t owner;
|
||||
|
||||
struct list_head list;
|
||||
|
||||
Reference in New Issue
Block a user