]> git.karo-electronics.de Git - karo-tx-linux.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)
commit5fa5a90116be97cd15deac3f45b602c2e5c5fb58
tree454c9b405ed98f9bc4f2d98fa36818eb1e7224ef
parent7042122fe5532fa07b370447755423cd834b57ea
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