Re: [PATCH][RELEASE] megaraid 2.10.2 Driver

From: Arjan van de Ven
Date: Tue Mar 23 2004 - 03:14:07 EST


On Tue, 2004-03-23 at 00:07, Jeff Garzik wrote:
> Bagalkote, Sreenivas wrote:
> > Hello,
> > @@ -45,6 +46,10 @@
> >
> > #include "megaraid2.h"
> >
> > +#ifdef LSI_CONFIG_COMPAT
> > +#include <asm/ioctl32.h>
> > +#endif
> > +
>
> For upstream, this should just be CONFIG_COMPAT I presume.

well we should fix all arch's to provide a dummy header I guess so that
we don't need fugly ifdefs.
> >
> > +#ifdef LSI_CONFIG_COMPAT
> > + /*
> > + * Register the 32-bit ioctl conversion
> > + */
> > + register_ioctl32_conversion(MEGAIOCCMD,
> > megadev_compat_ioctl);
> > +#endif
> > +
>
> ditto

ditto about providing a stub register_ioctl32_conversion().



Attachment: signature.asc
Description: This is a digitally signed message part