Re: page fault scalability patch V8: [2/7] avoid page_table_lock in handle_mm_fault

From: Christoph Hellwig
Date: Sun Sep 19 2004 - 04:07:32 EST


> + if (!ptep_cmpxchg(vma, addr, page_table, orig_entry, entry))
> + {

wrong brace placement.

> + if (!pmd_test_and_populate(mm, pmd, new))
> + pte_free(new);
> + else

indentation using spaces instead of tabs

> + pteval = ptep_xchg_flush(vma, address, pte, pgoff_to_pte(page->index));

please make sure lines are never longer than 80 characters
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/