]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - Documentation/cgroup-v1/memory.txt
Merge tag 'docs-5.1' of git://git.lwn.net/linux
[thirdparty/kernel/stable.git] / Documentation / cgroup-v1 / memory.txt
index 8e2cb1dabeb030fcb5e66334904216ef875df6ad..a33cedf85427af730e3dcc6060f07ca00291d88b 100644 (file)
@@ -267,11 +267,11 @@ When oom event notifier is registered, event will be delivered.
    Other lock order is following:
    PG_locked.
    mm->page_table_lock
-       zone_lru_lock
+       pgdat->lru_lock
          lock_page_cgroup.
   In many cases, just lock_page_cgroup() is called.
   per-zone-per-cgroup LRU (cgroup's private LRU) is just guarded by
-  zone_lru_lock, it has no lock of its own.
+  pgdat->lru_lock, it has no lock of its own.
 
 2.7 Kernel Memory Extension (CONFIG_MEMCG_KMEM)