Commit ae4a3179 authored by Phillip Lougher's avatar Phillip Lougher

Squashfs: get rid of obsolete variable in struct squashfs_sb_info

Signed-off-by: default avatarPhillip Lougher <phillip@lougher.demon.co.uk>
parent dc325678
......@@ -61,7 +61,6 @@ struct squashfs_sb_info {
int next_meta_index;
__le64 *id_table;
__le64 *fragment_index;
unsigned int *fragment_index_2;
struct mutex read_data_mutex;
struct mutex meta_index_mutex;
struct meta_index *meta_index;
......
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