Skip to content

Commit

Permalink
Squashfs: get rid of obsolete variable in struct squashfs_sb_info
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
  • Loading branch information
Phillip Lougher committed Mar 5, 2010
1 parent dc32567 commit ae4a317
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/squashfs/squashfs_fs_sb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ae4a317

Please sign in to comment.