summaryrefslogtreecommitdiffstats
path: root/linux/ZswapStats.h
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2023-11-21 08:38:27 +1100
committerNathan Scott <nathans@redhat.com>2023-11-21 08:38:27 +1100
commit2698483444d7d668e790c8e945ccb61a8c4e4df8 (patch)
treee13fc51ae788d0be414960ca08b0450fdc9a7e06 /linux/ZswapStats.h
parent452244dc06270aff4872a3c3d9559e7da5f34ad6 (diff)
Remove unused zswap pool size calculation from commit 71f5a80d9e
Quick discussion with Ivan confirmed this was a left-over from an earlier version of the zswap code and can be safely removed.
Diffstat (limited to 'linux/ZswapStats.h')
-rw-r--r--linux/ZswapStats.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/ZswapStats.h b/linux/ZswapStats.h
index 080f1e2a..29e516f4 100644
--- a/linux/ZswapStats.h
+++ b/linux/ZswapStats.h
@@ -10,8 +10,6 @@ in the source distribution for its full text.
#include "ProcessTable.h"
typedef struct ZswapStats_ {
- /* maximum size of the zswap pool */
- memory_t totalZswapPool;
/* amount of RAM used by the zswap pool */
memory_t usedZswapComp;
/* amount of data stored inside the zswap pool */

© 2014-2024 Faster IT GmbH | imprint | privacy policy