kernel/Documentation/vm/active_mm.rst
.. .. @@ -64,7 +64,7 @@ 64 64 actually get cases where you have a address space that is _only_ used by 65 65 lazy users. That is often a short-lived state, because once that thread 66 66 gets scheduled away in favour of a real thread, the "zombie" mm gets 67 - released because "mm_users" becomes zero.67 + released because "mm_count" becomes zero.68 68 69 69 Also, a new rule is that _nobody_ ever has "init_mm" as a real MM any 70 70 more. "init_mm" should be considered just a "lazy context when no other