From 3cabcb7e7e9777f9f084645f759d060ca5660a91 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 22 Nov 2012 15:29:15 -0600 Subject: [PATCH] Remove tmp_list from `struct inode' (not used) --- src/dentry.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dentry.h b/src/dentry.h index afa6aaa4..64b6471a 100644 --- a/src/dentry.h +++ b/src/dentry.h @@ -291,8 +291,6 @@ struct inode { struct hlist_node hlist; - struct list_head tmp_list; - struct list_head lte_inode_list; char *extracted_file; -- 2.43.0