We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fda2e commit 774f13aCopy full SHA for 774f13a
drivers/md/dm-cache-target.c
@@ -859,7 +859,7 @@ static const char *cache_device_name(struct cache *cache)
859
860
static void notify_mode_switch(struct cache *cache, enum cache_metadata_mode mode)
861
{
862
- const char *descs[] = {
+ static const char *descs[] = {
863
"write",
864
"read-only",
865
"fail"
drivers/md/dm-thin.c
@@ -294,7 +294,7 @@ static enum pool_mode get_pool_mode(struct pool *pool)
294
295
static void notify_of_pool_mode_change(struct pool *pool)
296
297
298
299
"out-of-data-space",
300
0 commit comments