hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/Documentation/vm/active_mm.rst
....@@ -64,7 +64,7 @@
6464 actually get cases where you have a address space that is _only_ used by
6565 lazy users. That is often a short-lived state, because once that thread
6666 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.
6868
6969 Also, a new rule is that _nobody_ ever has "init_mm" as a real MM any
7070 more. "init_mm" should be considered just a "lazy context when no other