Commit 0a005856 authored by YueHaibing's avatar YueHaibing Committed by Mike Snitzer

dm clone: Make __hash_find static

drivers/md/dm-clone-target.c:594:34: warning:
 symbol '__hash_find' was not declared. Should it be static?
Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarMike Snitzer <snitzer@redhat.com>
parent da0c9ea1
...@@ -591,7 +591,7 @@ static struct hash_table_bucket *get_hash_table_bucket(struct clone *clone, ...@@ -591,7 +591,7 @@ static struct hash_table_bucket *get_hash_table_bucket(struct clone *clone,
* *
* NOTE: Must be called with the bucket lock held * NOTE: Must be called with the bucket lock held
*/ */
struct dm_clone_region_hydration *__hash_find(struct hash_table_bucket *bucket, static struct dm_clone_region_hydration *__hash_find(struct hash_table_bucket *bucket,
unsigned long region_nr) unsigned long region_nr)
{ {
struct dm_clone_region_hydration *hd; struct dm_clone_region_hydration *hd;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment