RE: [PATCH] Add compat_ioctl to mptctl

2005-01-21 Thread Moore, Eric Dean
This patch is good to go. Thanks. On Thursday, January 20, 2005 8:44 PM, Andi Kleen wrote: > > > > One request is in compat_mptctl_ioctl: > > > > Can you add MPTTEST added back in the switch/case? It was > there before in > > the register_ioctl32_conversion/unregister_ioctl32_conversion 's. >

Re: [PATCH] Add compat_ioctl to mptctl

2005-01-20 Thread Andi Kleen
On Thu, Jan 20, 2005 at 06:24:25PM -0700, Moore, Eric Dean wrote: > On Thursday, January 20, 2005 2:38 AM, Andi Kleen wrote: > > > > Sorry. I swear it compiled at one point, but some last minute > > changes must have broken it. Please try this version. > > > > > > Convert mptctl to compat_ioctl.

RE: [PATCH] Add compat_ioctl to mptctl

2005-01-20 Thread Moore, Eric Dean
On Thursday, January 20, 2005 2:38 AM, Andi Kleen wrote: > > Sorry. I swear it compiled at one point, but some last minute > changes must have broken it. Please try this version. > > > Convert mptctl to compat_ioctl. I also changed it to unlocked_ioctl > while I was on it. > > Signed-off-by: An

Re: [PATCH] Add compat_ioctl to mptctl

2005-01-20 Thread Andi Kleen
On Wed, Jan 19, 2005 at 11:25:42AM -0700, Moore, Eric Dean wrote: > On Tuesday, January 18, 2005 4:22 AM, Andi Kleen wrote: > > > > Convert mptctl driver to new compat_ioctl entry point. > > > > Only compile tested. > > > > Signed-off-by: Andi Kleen <[EMAIL PROTECTED]> > > > > This doesn't com

RE: [PATCH] Add compat_ioctl to mptctl

2005-01-19 Thread Moore, Eric Dean
On Tuesday, January 18, 2005 4:22 AM, Andi Kleen wrote: > > Convert mptctl driver to new compat_ioctl entry point. > > Only compile tested. > > Signed-off-by: Andi Kleen <[EMAIL PROTECTED]> > This doesn't compile. Andi - Pls fix, resend, and I will test. Three issues are: (1) incompatible nu

[PATCH] Add compat_ioctl to mptctl

2005-01-18 Thread Andi Kleen
Convert mptctl driver to new compat_ioctl entry point. Only compile tested. Signed-off-by: Andi Kleen <[EMAIL PROTECTED]> diff -u linux-2.6.11-rc1-bk4/drivers/message/fusion/mptctl.c-o linux-2.6.11-rc1-bk4/drivers/message/fusion/mptctl.c --- linux-2.6.11-rc1-bk4/drivers/message/fusion/mptctl.c