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

_______________________________________________
Dazuko-devel mailing list
Dazuko-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/dazuko-devel

Reply via email to