Skip to content

Commit aa5f0fa

Browse files
kparasurakpm00
authored andcommitted
mm: zswap: delete comments for "value" member of 'struct zswap_entry'.
Made a minor edit in the comments for 'struct zswap_entry' to delete the description of the 'value' member that was deleted in commit 20a5532 ("mm: remove code to handle same filled pages"). Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Kanchana P Sridhar <[email protected]> Fixes: 20a5532 ("mm: remove code to handle same filled pages") Reviewed-by: Nhat Pham <[email protected]> Acked-by: Yosry Ahmed <[email protected]> Reviewed-by: Usama Arif <[email protected]> Cc: Chengming Zhou <[email protected]> Cc: Huang Ying <[email protected]> Cc: Johannes Weiner <[email protected]> Cc: Kanchana P Sridhar <[email protected]> Cc: Ryan Roberts <[email protected]> Cc: Wajdi Feghali <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent b181569 commit aa5f0fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mm/zswap.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ static struct shrinker *zswap_shrinker;
190190
* section for context.
191191
* pool - the zswap_pool the entry's data is in
192192
* handle - zpool allocation handle that stores the compressed page data
193-
* value - value of the same-value filled pages which have same content
194193
* objcg - the obj_cgroup that the compressed memory is charged to
195194
* lru - handle to the pool's lru used to evict pages.
196195
*/

0 commit comments

Comments
 (0)