Prev: QUERY: How to call board specific initialization function before map_io or timer_init
Next: [PATCH 0/3] Squashfs: Some trivial tidy-ups and tweaks
From: Phillip Lougher on 25 Feb 2010 11:20 Signed-off-by: Phillip Lougher <phillip(a)lougher.demon.co.uk> --- 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 7533350..2e77dc5 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; -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |