On Tue, Oct 21, 2014 at 05:07:56PM +0800, Hillf Danton wrote: > > + pte = pte_offset_map(pmd, address); > > + fe.entry = ACCESS_ONCE(pte); /* XXX gup_get_pte() */ > > I wonder if one char, "*", is missing. > > > + pte_unmap(pte);
Gah yes, last minute edit that. I noticed I missed the pte_unmap() while doing the changelogs and 'fixed' up the code. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

