aboutsummaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorPhillip Lougher <phillip@lougher.demon.co.uk>2010-02-25 00:54:48 +0000
committerPhillip Lougher <phillip@lougher.demon.co.uk>2010-03-05 15:35:20 +0000
commitae4a3179b11a97a5b36a768ae6ac1662d0315ff0 (patch)
treebd762d892c4abc6fcfc9bbec146452776c299f81 /fs
parentdc3256782f88602953676c447b243dedb1be99ad (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')
-rw-r--r--fs/squashfs/squashfs_fs_sb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/squashfs/squashfs_fs_sb.h b/fs/squashfs/squashfs_fs_sb.h
index 753335085e4..2e77dc547e2 100644
--- a/fs/squashfs/squashfs_fs_sb.h
+++ b/fs/squashfs/squashfs_fs_sb.h
@@ -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;