lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 13 Mar 2013 17:25:29 +0100
From:	Sedat Dilek <sedat.dilek@...il.com>
To:	Phillip Lougher <phillip@...ashfs.org.uk>
Cc:	squashfs-devel@...ts.sourceforge.net,
	LKML <linux-kernel@...r.kernel.org>
Subject: [squashfs] $VERSION and $VERSION_DATE?

Hi,

I was wondering why OverlayFS gives no success message on loading the module

Snippet from Linux-Next (next-20130313):

[ fs/squashfs/super.c ]
...
static int __init init_squashfs_fs(void)
{
        int err = init_inodecache();

        if (err)
                return err;

        err = register_filesystem(&squashfs_fs_type);
        if (err) {
                destroy_inodecache();
                return err;
        }

        printk(KERN_INFO "squashfs: version 4.0 (2009/01/31) "
                "Phillip Lougher\n");

        return 0;
}
...

And why do you hardcode that $VERSION and $VERSION_DATE here?
Is $VERSION_DATE still correct?

Regards,
- Sedat -
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ