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 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? Thanks and best regards, -- Adam Jiang ------------------------------------------ e-mail:jiang.adam@xxxxxxxxx -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ