We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a718bd commit ca39c5eCopy full SHA for ca39c5e
include/linux/memcontrol.h
@@ -860,8 +860,7 @@ static inline struct mem_cgroup *lruvec_memcg(struct lruvec *lruvec)
860
* parent_mem_cgroup - find the accounting parent of a memcg
861
* @memcg: memcg whose parent to find
862
*
863
- * Returns the parent memcg, or NULL if this is the root or the memory
864
- * controller is in legacy no-hierarchy mode.
+ * Returns the parent memcg, or NULL if this is the root.
865
*/
866
static inline struct mem_cgroup *parent_mem_cgroup(struct mem_cgroup *memcg)
867
{
0 commit comments