[PATCH 2/2] Drivers: hv: Add Hyper-V balloon driver

Rusty Russell rusty at ozlabs.org
Mon Oct 8 05:45:55 UTC 2012


"K. Y. Srinivasan" <kys at microsoft.com> writes:
> +static int hot_add;
> +
> +module_param(hot_add, int, S_IRUGO);
> +MODULE_PARM_DESC(hot_add, "If set attempt memory hot_add");

I think this should be a 'bool', but I can't tell, since it's not used
in this patch.

Cheers,
Rusty.



More information about the devel mailing list