aboutsummaryrefslogtreecommitdiff
path: root/kernel-2.4
diff options
context:
space:
mode:
authorplougher <plougher>2006-08-19 22:05:00 +0000
committerMohamad Ayyash <mkayyash@google.com>2015-02-23 12:33:44 -0800
commitd09dc28507a55fa82ba904224caea5da2f432360 (patch)
treea3c30c514ab90d839f53ab8df74501f4e9d088c5 /kernel-2.4
parente58c1d6ec9b1a2f456aec1fe711f6196dfb78e8a (diff)
downloadsquashfs-tools-d09dc28507a55fa82ba904224caea5da2f432360.tar.gz
Update to squashfs 3.1
Diffstat (limited to 'kernel-2.4')
-rwxr-xr-xkernel-2.4/fs/squashfs/inode.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/kernel-2.4/fs/squashfs/inode.c b/kernel-2.4/fs/squashfs/inode.c
index d3e5e7f..8aac130 100755
--- a/kernel-2.4/fs/squashfs/inode.c
+++ b/kernel-2.4/fs/squashfs/inode.c
@@ -53,8 +53,6 @@ static long long read_blocklist(struct inode *inode, int index,
int readahead_blks, char *block_list,
unsigned short **block_p, unsigned int *bsize);
-/*static z_stream stream;*/
-
static DECLARE_FSTYPE_DEV(squashfs_fs_type, "squashfs", squashfs_read_super);
static unsigned char squashfs_filetype_table[] = {
@@ -2009,7 +2007,7 @@ static void squashfs_put_super(struct super_block *s)
static int __init init_squashfs_fs(void)
{
- printk(KERN_INFO "squashfs: version 3.1-test (2006/08/01) "
+ printk(KERN_INFO "squashfs: version 3.1 (2006/08/15) "
"Phillip Lougher\n");
return register_filesystem(&squashfs_fs_type);