Re: kernel 2.4.27-10: isofs driver ignore some parameters with mount

2005-08-16 Thread Horms
Hi, On Marcelo's request I have taken a closer look at this. It seems that Alexander Pytlev's original (simple) patch was correct. Without it the logic looks a bit like this. while (...) { if iocharset ... else if map ... if session

Re: kernel 2.4.27-10: isofs driver ignore some parameters with mount

2005-08-15 Thread Horms
On Mon, Aug 15, 2005 at 10:11:21PM -0300, Marcelo Tosatti wrote: > > Hi folks, > > On Fri, Aug 12, 2005 at 05:29:36PM +0900, Horms wrote: > > On Fri, Aug 12, 2005 at 10:44:17AM +0300, Alexander Pytlev wrote: > > > Hello Debian, > > > > > > Kernel 2.4.27-10 > > > With mount isofs filesystem, any

Re: kernel 2.4.27-10: isofs driver ignore some parameters with mount

2005-08-15 Thread Marcelo Tosatti
Hi folks, On Fri, Aug 12, 2005 at 05:29:36PM +0900, Horms wrote: > On Fri, Aug 12, 2005 at 10:44:17AM +0300, Alexander Pytlev wrote: > > Hello Debian, > > > > Kernel 2.4.27-10 > > With mount isofs filesystem, any mount parameters after > > iocharset=,map=,session= are ignored. > > > > Sample: >

Re: kernel 2.4.27-10: isofs driver ignore some parameters with mount

2005-08-12 Thread Horms
On Fri, Aug 12, 2005 at 05:29:36PM +0900, Horms wrote: > On Fri, Aug 12, 2005 at 10:44:17AM +0300, Alexander Pytlev wrote: > > Hello Debian, > > > > Kernel 2.4.27-10 > > With mount isofs filesystem, any mount parameters after > > iocharset=,map=,session= are ignored. > > > > Sample: > > > > moun

Re: kernel 2.4.27-10: isofs driver ignore some parameters with mount

2005-08-12 Thread Horms
On Fri, Aug 12, 2005 at 10:44:17AM +0300, Alexander Pytlev wrote: > Hello Debian, > > Kernel 2.4.27-10 > With mount isofs filesystem, any mount parameters after > iocharset=,map=,session= are ignored. > > Sample: > > mount -t isofs -o uid=100,iocharset=koi8-r,gid=100 /dev/cdrom /media/cdrom > >