lightnvm: missing free on init error
[linux-2.6-block.git] / mm / hugetlb_cgroup.c
index 33d59abe91f1a72a8e98ae5b25310ebdafb9bc17..d8fb10de0f1449f0cd912aaa65d6887c338b20aa 100644 (file)
@@ -385,7 +385,7 @@ void __init hugetlb_cgroup_file_init(void)
                /*
                 * Add cgroup control files only if the huge page consists
                 * of more than two normal pages. This is because we use
-                * page[2].lru.next for storing cgroup details.
+                * page[2].private for storing cgroup details.
                 */
                if (huge_page_order(h) >= HUGETLB_CGROUP_MIN_ORDER)
                        __hugetlb_cgroup_file_init(hstate_index(h));