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

Documentation: zram: fix the description about orig_data_size of mm_stat

orig_data_size counted the same_pages by commit 51f9f82c855d ("zram:
count same page write as page_stored"), so let's fix it.

Signed-off-by: Yue Hu <zbestahu@163.com>
Link: https://lore.kernel.org/r/20200206111031.9524-1-zbestahu@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Yue Hu and committed by
Jonathan Corbet
56e6b3b0 cb63032b

-2
-2
Documentation/admin-guide/blockdev/zram.rst
··· 251 251 252 252 ================ ============================================================= 253 253 orig_data_size uncompressed size of data stored in this disk. 254 - This excludes same-element-filled pages (same_pages) since 255 - no memory is allocated for them. 256 254 Unit: bytes 257 255 compr_data_size compressed size of data stored in this disk 258 256 mem_used_total the amount of memory allocated for this disk. This