Messages in this thread |  | | Date | Tue, 21 Oct 2014 12:43:47 +0200 | From | Peter Zijlstra <> | Subject | Re: [RFC][PATCH 5/6] mm: Provide speculative fault infrastructure |
| |
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.
|  |