Hi,
Today I tried to build the new 2.6.22 kernel but my external "cdfs" module (which is used by the mp3 plugin) failed to compile with the following:
--snip--
/usr/src/modules/cdfs/2.6/root.c: In function 'cdfs_init': /usr/src/modules/cdfs/2.6/root.c:598: error: 'CLONE_FS' undeclared (first use in this function) /usr/src/modules/cdfs/2.6/root.c:598: error: (Each undeclared identifier is reported only once /usr/src/modules/cdfs/2.6/root.c:598: error: for each function it appears in.) /usr/src/modules/cdfs/2.6/root.c:598: error: 'CLONE_FILES' undeclared (first use in this function) /usr/src/modules/cdfs/2.6/root.c:598: error: 'CLONE_SIGHAND' undeclared (first use in this function) make[5]: *** [/usr/src/modules/cdfs/2.6/root.o] Error 1 make[4]: *** [_module_/usr/src/modules/cdfs/2.6] Error 2 make[4]: Leaving directory `/var/local/kernel-src/linux-2.6.22.0' make[3]: *** [all] Error 2
--snip
Would anyone happen to know how to fix this? Is the "cdfs" project currently maintained? I had found patches on vdrportal to fix cdfs for linux-2.6.21, but I cant seem to find anything for this new problem.
Best Regards.
On Tue, 10 Jul 2007 12:30:45 +0200 Stone syphyr@gmail.com wrote:
--snip--
You could take a look at http://fuse.sourceforge.net/, more specifically http://fuse.sourceforge.net/wiki/index.php/FileSystems#Cddfs. I haven't tried it myself, but sounds interesting I think.
Best Regards.
On 7/10/07, Malte Schröder maltesch@gmx.de wrote:
I found a patch that seems to work...
Best Regards.