Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / mm / internal.h
index d1c69119b24fb34e8271fc858965972a2fbdf354..7e486f2c502cee245991e2468a0655228a81aef5 100644 (file)
@@ -1371,4 +1371,8 @@ static inline void shrinker_debugfs_remove(struct dentry *debugfs_entry,
 }
 #endif /* CONFIG_SHRINKER_DEBUG */
 
+/* Only track the nodes of mappings with shadow entries */
+void workingset_update_node(struct xa_node *node);
+extern struct list_lru shadow_nodes;
+
 #endif /* __MM_INTERNAL_H */