[openib-general] Re: [openib-commits] r3362 - gen2/trunk/src/linux-kernel/infiniband/ulp/sdp
Hal Rosenstock
halr at voltaire.com
Mon Sep 12 03:32:14 PDT 2005
On Sun, 2005-09-11 at 03:53, mst at openib.org wrote:
> Author: mst
> Date: 2005-09-11 00:53:58 -0700 (Sun, 11 Sep 2005)
> New Revision: 3362
>
> Modified:
> gen2/trunk/src/linux-kernel/infiniband/ulp/sdp/sdp_buff.c
> Modified: gen2/trunk/src/linux-kernel/infiniband/ulp/sdp/sdp_buff.c
> ===================================================================
> --- gen2/trunk/src/linux-kernel/infiniband/ulp/sdp/sdp_buff.c 2005-09-11 07:48:41 UTC (rev 3361)
> +++ gen2/trunk/src/linux-kernel/infiniband/ulp/sdp/sdp_buff.c 2005-09-11 07:53:58 UTC (rev 3362)
> @@ -305,194 +305,78 @@
...
> /*
> * sdp_buff_pool_init - Initialize the main buffer pool of memory
> */
> -int sdp_buff_pool_init(int buff_min, int buff_max, int alloc_inc, int free_mark)
> +int sdp_buff_pool_init(void)
...
> sdp_dbg_init("Main pool initialized with min:max <%d:%d> buffers.",
> buff_min, buff_max);
These variables are no longer declared
-- Hal
More information about the general
mailing list