]> git.baikalelectronics.ru Git - kernel.git/commit
staging: zram: Rename module parameter
authorNitin Gupta <ngupta@vflare.org>
Mon, 13 Feb 2012 04:04:45 +0000 (23:04 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Feb 2012 04:11:54 +0000 (20:11 -0800)
commite8d07838802cf785ba92be2ae19dbc4ff9130d6d
tree454c9b405ed98f9bc4f2d98fa36818eb1e7224ef
parent7163cb6f1fb5b4d87da27e206720e3a74d8b6318
staging: zram: Rename module parameter

zram accepts number of devices to be created
as a module parameter. This was renamed from
num_devices to zram_num_devices (without updating
the documentation!) since num_devices was declared
as a non-static global variable, polluting the global
namespace. Now, we declare it as a static variable
and revert back the name change.

The documentation (zram.txt) already mentions
num_devices as the module parameter name.

Signed-off-by: Nitin Gupta <ngupta@vflare.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/zram/zram_drv.c
drivers/staging/zram/zram_drv.h
drivers/staging/zram/zram_sysfs.c