Re: Is CD-DA supported in kernel 2.6

2009-06-17 Thread SandeepKsinha
Hi Adam, For personal use only: mnt = alloc_vfsmnt(name); if (!mnt) goto out; The name here is your mount point. Re-check. This should solve your issue. If you just want to get away with it. The intention of the above function ( get_sb_bdev) also includes to set the mou

Re: Is CD-DA supported in kernel 2.6

2009-06-17 Thread Adam Jiang
On Wed, Jun 17, 2009 at 4:30 PM, SandeepKsinha wrote: > Hi Adam, > > For personal use only: > >  mnt = alloc_vfsmnt(name); >        if (!mnt) >                goto out; > > The name here is your mount point. Re-check. > This should solve your issue. If you just want to get away with it. > > The int

Re: Is CD-DA supported in kernel 2.6

2009-06-16 Thread SandeepKsinha
On Wed, Jun 17, 2009 at 10:07 AM, Adam Jiang 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

Is CD-DA supported in kernel 2.6

2009-06-16 Thread Adam Jiang
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 b