On Tue, Jul 14, 2015 at 06:37:39PM +0300, Konstantin Khlebnikov wrote:
> @@ -1073,35 +1047,48 @@ static int pagemap_pte_range(pmd_t *pmd, unsigned 
> long addr, unsigned long end,
>       pte_t *pte, *orig_pte;
>       int err = 0;
>  
> -     if (pmd_trans_huge_lock(pmd, vma, &ptl) == 1) {
> -             u64 flags = 0;
> +#ifdef CONFIG_TRANSPARENT_HUGEPAGE
> +     if (pmd_trans_huge_lock(pmdp, vma, &ptl) == 1) {

#ifdef is redundant. pmd_trans_huge_lock() always return 0 for !THP.

-- 
 Kirill A. Shutemov
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to