That works!
Which SuSE patch were you referring to?
Thanks,
-Scott
----------------------------------------------------------------
Scott Jepson, Managing Partner Email: scott@xxxxxxxx
Creative Network Services, LLC http://www.cnes.com
(310)470-6140
----------------------------------------------------------------
On Thu, 27 Feb 2003, Eric Sandeen wrote:
> Date: Thu, 27 Feb 2003 17:07:29 -0600 (CST)
> From: Eric Sandeen <sandeen@xxxxxxx>
> To: Scott Jepson <scott@xxxxxxxx>
> Subject: Re: Compile Error....kmem_zalloc
>
> Maybe try something like:
>
> -inline void *
> +static inline void *
> kmem_zalloc( int siz, int code, int id)
>
> in qla2x00.c, and
>
> - extern inline void *kmem_zalloc( int siz, int code, int id);
> + static inline void *kmem_zalloc( int siz, int code, int id);
>
> in qla_gbl.h
>
> (lifted from the SuSE patch)
>
> -Eric
>
> On Thu, 27 Feb 2003, Scott Jepson wrote:
>
> > Hmmm. It looks like Qlogics driver for the QLA2X00 cards also defines
> > a kmem_zalloc. Any idea how to handle such a problem?
> >
> > Thanks,
> > -Scott
> >
> > ----------------------------------------------------------------
> > Scott Jepson, Managing Partner Email: scott@xxxxxxxx
> > Creative Network Services, LLC http://www.cnes.com
> > (310)470-6140
> > ----------------------------------------------------------------
> >
> >
>
>
|