xen/tmem: Fix compile warning.
We keep on getting: drivers/xen/tmem.c:65:13: warning: ‘disable_frontswap_selfshrinking’ defined but not used [-Wunused-variable] if CONFIG_FRONTSWAP=y and # CONFIG_CLEANCACHE is not set Found by 0 day test project Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
This commit is contained in:
parent
e8f9cb034b
commit
23972c6399
@ -61,14 +61,12 @@ __setup("nofrontswap", no_frontswap);
|
|||||||
#endif
|
#endif
|
||||||
#endif /* CONFIG_FRONTSWAP */
|
#endif /* CONFIG_FRONTSWAP */
|
||||||
|
|
||||||
#ifdef CONFIG_FRONTSWAP
|
#ifdef CONFIG_XEN_SELFBALLOONING
|
||||||
static bool disable_frontswap_selfshrinking __read_mostly;
|
static bool disable_frontswap_selfshrinking __read_mostly;
|
||||||
#ifdef CONFIG_XEN_TMEM_MODULE
|
#ifdef CONFIG_XEN_TMEM_MODULE
|
||||||
module_param(disable_frontswap_selfshrinking, bool, S_IRUGO);
|
module_param(disable_frontswap_selfshrinking, bool, S_IRUGO);
|
||||||
#else
|
|
||||||
#define disable_frontswap_selfshrinking 1
|
|
||||||
#endif
|
#endif
|
||||||
#endif /* CONFIG_FRONTSWAP */
|
#endif /* CONFIG_XEN_SELFBALLOONING */
|
||||||
|
|
||||||
#define TMEM_CONTROL 0
|
#define TMEM_CONTROL 0
|
||||||
#define TMEM_NEW_POOL 1
|
#define TMEM_NEW_POOL 1
|
||||||
|
Loading…
Reference in New Issue
Block a user