diff options
author | Phillip Lougher <phillip@lougher.demon.co.uk> | 2010-02-24 19:54:48 -0500 |
---|---|---|
committer | Phillip Lougher <phillip@lougher.demon.co.uk> | 2010-03-05 10:35:20 -0500 |
commit | ae4a3179b11a97a5b36a768ae6ac1662d0315ff0 (patch) | |
tree | bd762d892c4abc6fcfc9bbec146452776c299f81 /fs/squashfs | |
parent | dc3256782f88602953676c447b243dedb1be99ad (diff) |
Squashfs: get rid of obsolete variable in struct squashfs_sb_info
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Diffstat (limited to 'fs/squashfs')
-rw-r--r-- | fs/squashfs/squashfs_fs_sb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/squashfs/squashfs_fs_sb.h b/fs/squashfs/squashfs_fs_sb.h index 753335085e41..2e77dc547e25 100644 --- a/fs/squashfs/squashfs_fs_sb.h +++ b/fs/squashfs/squashfs_fs_sb.h | |||
@@ -61,7 +61,6 @@ struct squashfs_sb_info { | |||
61 | int next_meta_index; | 61 | int next_meta_index; |
62 | __le64 *id_table; | 62 | __le64 *id_table; |
63 | __le64 *fragment_index; | 63 | __le64 *fragment_index; |
64 | unsigned int *fragment_index_2; | ||
65 | struct mutex read_data_mutex; | 64 | struct mutex read_data_mutex; |
66 | struct mutex meta_index_mutex; | 65 | struct mutex meta_index_mutex; |
67 | struct meta_index *meta_index; | 66 | struct meta_index *meta_index; |