client: remove unused tmp_head

This commit is contained in:
Thomas Schoebel-Theuer 2024-01-15 13:25:24 +01:00
parent 8ae8aef045
commit 9fbaf12362
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ struct client_mref_aspect {
GENERIC_ASPECT(mref);
struct list_head io_head;
struct list_head hash_head;
struct list_head tmp_head;
unsigned long submit_jiffies;
int alloc_len;
bool do_dealloc;