linux: drop dead process field column DIRTY

The field for dirty pages in /proc/[pid]/statm is always 0 since Linux
2.6 (see man:proc(5)).
This commit is contained in:
Christian Göttsche
2021-08-28 17:57:39 +02:00
committed by BenBE
parent 3f806368e0
commit 58a59c11f4
5 changed files with 2 additions and 11 deletions

View File

@ -19,7 +19,6 @@ in the source distribution for its full text.
M_TRS = 42, \
M_DRS = 43, \
M_LRS = 44, \
M_DT = 45, \
CTID = 100, \
VPID = 101, \
VXID = 102, \