mm: avoid uninitialized variable in tracepoint
[deliverable/linux.git] / mm / huge_memory.c
index 50342eff796043e8e6c3daaac27c7c3779614a20..b1cf73bc3b12969f00740031ac60f28840ac212d 100644 (file)
@@ -2320,7 +2320,7 @@ static void collapse_huge_page(struct mm_struct *mm,
        pgtable_t pgtable;
        struct page *new_page;
        spinlock_t *pmd_ptl, *pte_ptl;
-       int isolated, result = 0;
+       int isolated = 0, result = 0;
        unsigned long hstart, hend;
        struct mem_cgroup *memcg;
        unsigned long mmun_start;       /* For mmu_notifiers */
This page took 0.024666 seconds and 5 git commands to generate.