aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorGravatar Sergey Senozhatsky <sergey.senozhatsky@gmail.com> 2015-06-25 15:00:00 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org> 2015-06-25 17:00:36 -0700
commit3d8ed88ba7f612305785fc1f3cefa043f817bb3e (patch)
tree328b422c0501463685dd4e2d4c4aec468921d24a /drivers
parentzsmalloc: remove obsolete ZSMALLOC_DEBUG (diff)
downloadlinux-3d8ed88ba7f612305785fc1f3cefa043f817bb3e.tar.gz
linux-3d8ed88ba7f612305785fc1f3cefa043f817bb3e.tar.bz2
linux-3d8ed88ba7f612305785fc1f3cefa043f817bb3e.zip
zram: add `compact` sysfs entry to documentation
We currently don't support zram on-demand device creation. The only way to have N zram devices is to specify num_devices module parameter (default value 1). That means that if, for some reason, at some point, user wants to have N + 1 devies he/she must umount all the existing devices, unload the module, load the module passing num_devices equals to N + 1. This patchset introduces zram-control sysfs class, which has two sysfs attrs: - hot_add -- add a new zram device - hot_remove -- remove a specific (device_id) zram device Usage example: # add a new specific zram device cat /sys/class/zram-control/hot_add 1 # remove a specific zram device echo 4 > /sys/class/zram-control/hot_remove This patch (of 10): Briefly describe missing `compact` sysfs entry. Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Acked-by: Minchan Kim <minchan@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions