From 9b5bf8c73c0eaf4f1ba0461615f4ed0d405a30cc Mon Sep 17 00:00:00 2001 From: plougher Date: Mon, 20 Mar 2006 18:43:33 +0000 Subject: Update CVS repository to the 3.0 release --- kernel-2.4/fs/squashfs/inode.c | 6 +++--- kernel-2.4/fs/squashfs/squashfs.h | 2 +- kernel-2.4/fs/squashfs/squashfs2_0.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'kernel-2.4/fs') diff --git a/kernel-2.4/fs/squashfs/inode.c b/kernel-2.4/fs/squashfs/inode.c index 18496bd..22f3743 100755 --- a/kernel-2.4/fs/squashfs/inode.c +++ b/kernel-2.4/fs/squashfs/inode.c @@ -2,7 +2,7 @@ * Squashfs - a compressed read only filesystem for Linux * * Copyright (c) 2002, 2003, 2004, 2005, 2006 - * Phillip Lougher + * Phillip Lougher * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -2001,7 +2001,7 @@ static void squashfs_put_super(struct super_block *s) static int __init init_squashfs_fs(void) { - printk(KERN_INFO "squashfs: version 3.0prerelease (2006/2/22) " + printk(KERN_INFO "squashfs: version 3.0 (2006/03/15) " "Phillip Lougher\n"); if (!(stream.workspace = vmalloc(zlib_inflate_workspacesize()))) { @@ -2024,5 +2024,5 @@ EXPORT_NO_SYMBOLS; module_init(init_squashfs_fs); module_exit(exit_squashfs_fs); MODULE_DESCRIPTION("squashfs, a compressed read-only filesystem"); -MODULE_AUTHOR("Phillip Lougher "); +MODULE_AUTHOR("Phillip Lougher "); MODULE_LICENSE("GPL"); diff --git a/kernel-2.4/fs/squashfs/squashfs.h b/kernel-2.4/fs/squashfs/squashfs.h index b5f93fb..e53ceef 100755 --- a/kernel-2.4/fs/squashfs/squashfs.h +++ b/kernel-2.4/fs/squashfs/squashfs.h @@ -2,7 +2,7 @@ * Squashfs - a compressed read only filesystem for Linux * * Copyright (c) 2002, 2003, 2004, 2005, 2006 - * Phillip Lougher + * Phillip Lougher * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/kernel-2.4/fs/squashfs/squashfs2_0.c b/kernel-2.4/fs/squashfs/squashfs2_0.c index 433ca30..d4efd8a 100755 --- a/kernel-2.4/fs/squashfs/squashfs2_0.c +++ b/kernel-2.4/fs/squashfs/squashfs2_0.c @@ -2,7 +2,7 @@ * Squashfs - a compressed read only filesystem for Linux * * Copyright (c) 2002, 2003, 2004, 2005, 2006 - * Phillip Lougher + * Phillip Lougher * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License -- cgit v1.2.3