lkml.org 
[lkml]   [2015]   [Feb]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] staging: lustre: lnet: lnet: lip-ptl:fix sparse warning of static declaration
From
Date
On Mon, 2015-02-09 at 21:45 +0530, Mohammad Jamal wrote:
> This patch adds a static keyword to variable portal_rotor to
> suppress the sparse warning of static declaration

Do please compile the subsystem before sending patches.

> diff --git a/drivers/staging/lustre/lnet/lnet/lib-ptl.c b/drivers/staging/lustre/lnet/lnet/lib-ptl.c
[]
> @@ -39,7 +39,7 @@
> #include "../../include/linux/lnet/lib-lnet.h"
>
> /* NB: add /proc interfaces in upcoming patches */
> -int portal_rotor = LNET_PTL_ROTOR_HASH_RT;
> +static int portal_rotor = LNET_PTL_ROTOR_HASH_RT;
> module_param(portal_rotor, int, 0644);
> MODULE_PARM_DESC(portal_rotor, "redirect PUTs to different cpu-partitions");

$ git grep -w portal_rotor
...
drivers/staging/lustre/lnet/lnet/router_proc.c:extern int portal_rotor;





\
 
 \ /
  Last update: 2015-02-09 17:41    [W:0.334 / U:0.396 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site