[PATCH] fix warnings in new compat code for scsi

2005-02-03 Thread James Bottomley
I just got around to applying and testing this. I needed the attached to get around the compile warnings it gave me on ia64 I've got to say, it doesn't look pretty to have the block layer compat_ioctl returning long but the scsi one returning int; likewise with the void __user *arg vs unsigned

Re: [PATCH] fix warnings in new compat code for scsi

2005-02-03 Thread Al Viro
On Thu, Feb 03, 2005 at 08:39:22PM -0600, James Bottomley wrote: I just got around to applying and testing this. I needed the attached to get around the compile warnings it gave me on ia64 I've got to say, it doesn't look pretty to have the block layer compat_ioctl returning long but the