Re: [RFC v14][PATCH 04/54] General infrastructure for checkpoint restart

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Oren Laadan [orenl@xxxxxxxxxxxxxxx] wrote:| +| +/* 'ckpt_debug_level' controls the verbosity level of c/r code */| +#ifdef CONFIG_CHECKPOINT_DEBUG| +| +/* FIX: allow to change during runtime */| +unsigned int __read_mostly ckpt_debug_level = CKPT_DDEFAULT;| +| +static __init int ckpt_debug_setup(char *s)| +{| +	ckpt_debug_level = strict_strtoul(s, NULL, 0);| +	return 0;| +}
Nit: Interchange NULL and 0 to suppress this ?
checkpoint/sys.c:384: warning: passing argument 2 of ‘strict_strtoul’makes integer from pointer without a cast
_______________________________________________Containers mailing listContainers@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx://lists.linux-foundation.org/mailman/listinfo/containers


[Index of Archives]     [Cgroups]     [Netdev]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux