Re: ioctl, compat_ioctl and unlocked_ioctl

2007-07-25 Thread Thomas Petazzoni
Hi, Le Fri, 20 Jul 2007 23:36:02 -0300, Diego Woitasen <[EMAIL PROTECTED]> a écrit : > What 's the difference between ioctl, compat_ioctl and unlocked_ioctl > in struct block_device_operations? I think that te main diff between > ioctl and the others is that ioctl uses lock_

Re: ioctl, compat_ioctl and unlocked_ioctl

2007-07-21 Thread Octavian Purdila
On Saturday 21 July 2007 05:36, Diego Woitasen wrote: > What 's the difference between ioctl, compat_ioctl and unlocked_ioctl in > struct block_device_operations? I think that te main diff between ioctl > and the others is that ioctl uses lock_kernel(), but what's the diff >

ioctl, compat_ioctl and unlocked_ioctl

2007-07-20 Thread Diego Woitasen
What 's the difference between ioctl, compat_ioctl and unlocked_ioctl in struct block_device_operations? I think that te main diff between ioctl and the others is that ioctl uses lock_kernel(), but what's the diff between compat_ioctl and unlocked_ioctl? thanks! -- --