mirror of
https://github.com/torvalds/linux.git
synced 2026-09-13 15:40:03 +02:00
dm-pcache: remove unused miss_read_end_work_fn declaration
This function is declared but never defined or called anywhere. The miss read completion is handled via miss_read_end_req callback instead. Remove the orphan declaration. Signed-off-by: Jianyun Gao <jianyungao89@gmail.com> Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
This commit is contained in:
parent
47a5e62f39
commit
c4d9750d7d
|
|
@ -341,7 +341,6 @@ void cache_seg_set_next_seg(struct pcache_cache_segment *cache_seg, u32 seg_id);
|
|||
|
||||
/* cache request*/
|
||||
int pcache_cache_flush(struct pcache_cache *cache);
|
||||
void miss_read_end_work_fn(struct work_struct *work);
|
||||
int pcache_cache_handle_req(struct pcache_cache *cache, struct pcache_request *pcache_req);
|
||||
|
||||
/* gc */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user