diff options
author | Bernhard M. Wiedemann <bwiedemann@suse.de> | 2013-08-26 14:55:44 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-08-27 10:47:50 +0200 |
commit | 51d8a7b0a04effbb67fd9afcda4757b0c061fc11 (patch) | |
tree | ac9628f68558c0508f90fbad72618ca6922b4ddf /Documentation | |
parent | cb18c5e2ed48d9fbbe863c7d80f84d1964d883a3 (diff) | |
download | linux-51d8a7b0a04effbb67fd9afcda4757b0c061fc11.tar.gz linux-51d8a7b0a04effbb67fd9afcda4757b0c061fc11.tar.bz2 linux-51d8a7b0a04effbb67fd9afcda4757b0c061fc11.zip |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ABI/testing/sysfs-block-zram | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/ABI/testing/sysfs-block-zram b/Documentation/ABI/testing/sysfs-block-zram index ec93fe33baa6..3f0b9ae61d8c 100644 --- a/Documentation/ABI/testing/sysfs-block-zram +++ b/Documentation/ABI/testing/sysfs-block-zram @@ -5,20 +5,21 @@ Description: The disksize file is read-write and specifies the disk size which represents the limit on the *uncompressed* worth of data that can be stored in this disk. + Unit: bytes What: /sys/block/zram<id>/initstate Date: August 2010 Contact: Nitin Gupta <ngupta@vflare.org> Description: - The disksize file is read-only and shows the initialization + The initstate file is read-only and shows the initialization state of the device. What: /sys/block/zram<id>/reset Date: August 2010 Contact: Nitin Gupta <ngupta@vflare.org> Description: - The disksize file is write-only and allows resetting the - device. The reset operation frees all the memory assocaited + The reset file is write-only and allows resetting the + device. The reset operation frees all the memory associated with this device. What: /sys/block/zram<id>/num_reads @@ -48,7 +49,7 @@ Contact: Nitin Gupta <ngupta@vflare.org> Description: The notify_free file is read-only and specifies the number of swap slot free notifications received by this device. These - notifications are send to a swap block device when a swap slot + notifications are sent to a swap block device when a swap slot is freed. This statistic is applicable only when this disk is being used as a swap disk. |