dazuko-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Dazuko-devel] Dazukofs for linux3.6+ is out, but I need testings fr


From: Aaron Lewis
Subject: Re: [Dazuko-devel] Dazukofs for linux3.6+ is out, but I need testings from you!
Date: Mon, 29 Oct 2012 16:46:20 +0800

The problem seems to be in "dazukofs_fill_super", still no idea why it crashes on mount:

d_alloc(NULL, &name);

On Mon, Oct 29, 2012 at 2:29 PM, Aaron Lewis <address@hidden> wrote:
Hi,

Grab the source code here:

https://github.com/CaledoniaProject/dazukofs-linux3.6

But as I'm not a fs professional, please help me on testing.

------------
And for developers,  is it ok to use mount_nodev only?

static struct dentry* dazukofs_get_sb(struct file_system_type *fs_type,
                int flags,
                const char *dev_name, void *data)
{
        return mount_nodev(fs_type, flags, data,
                        dazukofs_fill_super);
}

--
Best Regards,
Aaron Lewis - PGP: 0xDFE6C29E ( http://pgp.mit.edu/ )
Finger Print: 9482 448F C7C3 896C 1DFE 7DD3 2492 A7D0 DFE6 C29E



--
Best Regards,
Aaron Lewis - PGP: 0xDFE6C29E ( http://keyserver.veridis.com )
Finger Print: 9482 448F C7C3 896C 1DFE 7DD3 2492 A7D0 DFE6 C29E


reply via email to

[Prev in Thread] Current Thread [Next in Thread]