[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d86f0be9-1530-47bd-b3fd-8c251e563b25@default>
Date: Sat, 4 Feb 2012 08:42:15 -0800 (PST)
From: Dan Magenheimer <dan.magenheimer@...cle.com>
To: Jan Beulich <JBeulich@...e.com>,
Jeremy Fitzhardinge <jeremy@...p.org>,
Konrad Wilk <konrad.wilk@...cle.com>
Cc: xen-devel@...ts.xensource.com, linux-kernel@...r.kernel.org
Subject: RE: [PATCH] xen/tmem: cleanup
> From: Jan Beulich [mailto:JBeulich@...e.com]
> Subject: [PATCH] xen/tmem: cleanup
>
> Use 'bool' for boolean variables. Do proper section placement.
> Eliminate an unnecessary export.
>
> Signed-off-by: Jan Beulich <jbeulich@...e.com>
> Cc: Dan Magenheimer <dan.magenheimer@...cle.com>
>
> -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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists