diff options
Diffstat (limited to 'drivers/md/dm-cache-target.c')
-rw-r--r-- | drivers/md/dm-cache-target.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/md/dm-cache-target.c b/drivers/md/dm-cache-target.c index 47407e43b96a..da208638fba4 100644 --- a/drivers/md/dm-cache-target.c +++ b/drivers/md/dm-cache-target.c | |||
@@ -3387,7 +3387,8 @@ static int process_invalidate_cblocks_message(struct cache *cache, unsigned coun | |||
3387 | * | 3387 | * |
3388 | * The key migration_threshold is supported by the cache target core. | 3388 | * The key migration_threshold is supported by the cache target core. |
3389 | */ | 3389 | */ |
3390 | static int cache_message(struct dm_target *ti, unsigned argc, char **argv) | 3390 | static int cache_message(struct dm_target *ti, unsigned argc, char **argv, |
3391 | char *result, unsigned maxlen) | ||
3391 | { | 3392 | { |
3392 | struct cache *cache = ti->private; | 3393 | struct cache *cache = ti->private; |
3393 | 3394 | ||