On Wed, Jun 17, 2009 at 10:07 AM, Adam Jiang <[email protected]> wrote:

> Hello,
>
> There are a few questions about cddafs, could you please help me to
> answer them?
>
> 1. Is there any CDDA filesystem support in kernel 2.6.18? I found an
> implementation for kernel 2.4 is located here:
>
> http://www.ii.pw.edu.pl/~borkowsm/cdfs.htm<http://www.ii.pw.edu.pl/%7Eborkowsm/cdfs.htm>
>
> But the download links are broken. Has CDDA fs been merged to kernel
> 2.6?
>
> 2. I got a copy of source code from one of my friends. But when I
> try to compile it. Some compiling error happened.
>
> ERROR MSG:
> ================================================================
> /home/rcwf64/workspace/VIP2000/cddafs/inode.c:1532: error: too few
> arguments to function 'get_sb_bdev'
>
> SOURCE CODE:
> ================================================================
> return get_sb_bdev(fs_type, flags, dev_name, data, cddafs_fill_super);
>
> I can get the prototype definition in lxr here,
>
> http://lxr.linux.no/linux+v2.6.30/include/linux/fs.h#L1761
>
> obviousely, a 'struct vfsmount *mnt' is missing. What kind of
> parameter is actually needed? And how can I specify one for this? Is
> 'NULL' OK here?
>

Making changes at individual places will not be the right approach.
What I suspect is that the source if for 2.4 Kernel and you are trying to
compile it against 2.6 Kernel.

So, better look for a completely ported solution for 2.6, if thats the
issue.



>
> Thanks and best regards,
>
> --
> Adam Jiang
> ------------------------------------------
> e-mail:[email protected] <e-mail%[email protected]>
>
> --
> To unsubscribe from this list: send an email with
> "unsubscribe kernelnewbies" to [email protected]
> Please read the FAQ at http://kernelnewbies.org/FAQ
>
>


-- 
Regards,
Sandeep.






“To learn is to change. Education is a process that changes the learner.”

Reply via email to