RE: [PATCH] xen/tmem: cleanup

From: Dan Magenheimer
Date: Sat Feb 04 2012 - 11:42:40 EST


> From: Jan Beulich [mailto:JBeulich@xxxxxxxx]
> Subject: [PATCH] xen/tmem: cleanup
>
> Use 'bool' for boolean variables. Do proper section placement.
> Eliminate an unnecessary export.
>
> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
> Cc: Dan Magenheimer <dan.magenheimer@xxxxxxxxxx>
>
> -int tmem_enabled __read_mostly;
> -EXPORT_SYMBOL(tmem_enabled);
> +bool __read_mostly tmem_enabled = false;

tmem_enabled is used in xen/drivers/xen-selfballoon.c
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/