Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

zram: doc fixes

Simple doc updates to zram documentation.

Signed-off-by: Bernhard M. Wiedemann <bwiedemann@suse.de>
Acked-by: Rob Landley <rob@landley.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Bernhard M. Wiedemann and committed by
Jiri Kosina
51d8a7b0 cb18c5e2

+5 -4
+5 -4
Documentation/ABI/testing/sysfs-block-zram
··· 5 5 The disksize file is read-write and specifies the disk size 6 6 which represents the limit on the *uncompressed* worth of data 7 7 that can be stored in this disk. 8 + Unit: bytes 8 9 9 10 What: /sys/block/zram<id>/initstate 10 11 Date: August 2010 11 12 Contact: Nitin Gupta <ngupta@vflare.org> 12 13 Description: 13 - The disksize file is read-only and shows the initialization 14 + The initstate file is read-only and shows the initialization 14 15 state of the device. 15 16 16 17 What: /sys/block/zram<id>/reset 17 18 Date: August 2010 18 19 Contact: Nitin Gupta <ngupta@vflare.org> 19 20 Description: 20 - The disksize file is write-only and allows resetting the 21 - device. The reset operation frees all the memory assocaited 21 + The reset file is write-only and allows resetting the 22 + device. The reset operation frees all the memory associated 22 23 with this device. 23 24 24 25 What: /sys/block/zram<id>/num_reads ··· 49 48 Description: 50 49 The notify_free file is read-only and specifies the number of 51 50 swap slot free notifications received by this device. These 52 - notifications are send to a swap block device when a swap slot 51 + notifications are sent to a swap block device when a swap slot 53 52 is freed. This statistic is applicable only when this disk is 54 53 being used as a swap disk. 55 54