xfs
[Top] [All Lists]

Re: Compile Error....kmem_zalloc

To: Eric Sandeen <sandeen@xxxxxxx>
Subject: Re: Compile Error....kmem_zalloc
From: Scott Jepson <scott@xxxxxxxx>
Date: Thu, 27 Feb 2003 15:57:39 -0800
Cc: linux-xfs@xxxxxxxxxxx
In-reply-to: <Pine.LNX.4.44.0302271651470.871-100000@stout.americas.sgi.com>
Sender: linux-xfs-bounce@xxxxxxxxxxx
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
> > ----------------------------------------------------------------
> >
> >
>
>


<Prev in Thread] Current Thread [Next in Thread>